2013-07-16 23:55:26 +00:00
|
|
|
# Auto detect text files and perform LF normalization
|
|
|
|
* text=auto
|
2013-07-17 00:08:00 +00:00
|
|
|
*.cs eol=crlf
|
2013-07-16 23:55:26 +00:00
|
|
|
|
|
|
|
# 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
|