2013-04-05 05:20:57 -04:00
|
|
|
# Set default behaviour, in case users don't have core.autocrlf set.
|
2013-02-05 14:16:51 -05:00
|
|
|
* text=auto
|
2013-03-23 06:19:26 -04:00
|
|
|
|
2018-02-21 04:06:35 -05:00
|
|
|
# Treat email fixtures as binary files so CRLF are not converted to LF.
|
|
|
|
*.eml binary
|
|
|
|
|
|
|
|
# Explicitly declare text files we want to always be normalized and converted
|
2013-04-05 05:20:57 -04:00
|
|
|
# to native line endings on checkout.
|
|
|
|
*.yml text
|
|
|
|
|
2018-02-21 04:06:35 -05:00
|
|
|
# Custom for Visual Studio, very unlikely, but lets keep it
|
2013-03-23 06:19:26 -04:00
|
|
|
*.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
|