diff options
| author | Uwe Tews <uwe.tews@googlemail.com> | 2014-10-18 00:18:11 +0200 |
|---|---|---|
| committer | Uwe Tews <uwe.tews@googlemail.com> | 2014-10-18 00:18:11 +0200 |
| commit | 0409ab005e4dd796939ca421d0465828082de250 (patch) | |
| tree | 822c0be0f805bac9c1948546deb1773c9018b2b9 /.gitattributes | |
| parent | d091179e4304dd5b7a0066ce27caff49678a06d0 (diff) | |
| download | smarty-0409ab005e4dd796939ca421d0465828082de250.tar.gz smarty-0409ab005e4dd796939ca421d0465828082de250.tar.bz2 smarty-0409ab005e4dd796939ca421d0465828082de250.zip | |
Upload version 3.1.20
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..412eeda7 --- /dev/null +++ b/.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 |
