Add .gitattributes and normalize line endings

Branch_2.1.x
Nathan Crawford 2013-12-03 16:59:12 -05:00
rodzic eda741d42e
commit 4e7b2e5d9e
22 zmienionych plików z 67290 dodań i 67268 usunięć

22
.gitattributes vendored 100644
Wyświetl plik

@ -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