diff options
author | Brian Evans <grknight@gentoo.org> | 2018-05-10 11:11:56 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2018-11-20 09:52:50 -0500 |
commit | 7d5bf5308aa8ad00f1f585787638d0b0c556278b (patch) | |
tree | 5a8bcdba56b53af20329458017fa3026940489f2 /Widgets/smarty/.gitattributes | |
parent | package-info: State given atom in error message (diff) | |
download | extensions-7d5bf5308aa8ad00f1f585787638d0b0c556278b.tar.gz extensions-7d5bf5308aa8ad00f1f585787638d0b0c556278b.tar.bz2 extensions-7d5bf5308aa8ad00f1f585787638d0b0c556278b.zip |
Update Widgets to REL_1_30
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'Widgets/smarty/.gitattributes')
-rw-r--r-- | Widgets/smarty/.gitattributes | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Widgets/smarty/.gitattributes b/Widgets/smarty/.gitattributes new file mode 100644 index 00000000..412eeda7 --- /dev/null +++ b/Widgets/smarty/.gitattributes @@ -0,0 +1,22 @@ +# Auto detect text files and perform LF normalization +* text=auto + +# Custom for Visual Studio +*.cs diff=csharp +*.sln merge=union +*.csproj merge=union +*.vbproj merge=union +*.fsproj merge=union +*.dbproj merge=union + +# Standard to msysgit +*.doc diff=astextplain +*.DOC diff=astextplain +*.docx diff=astextplain +*.DOCX diff=astextplain +*.dot diff=astextplain +*.DOT diff=astextplain +*.pdf diff=astextplain +*.PDF diff=astextplain +*.rtf diff=astextplain +*.RTF diff=astextplain |