Add crlf rules

This commit is contained in:
Jaex 2017-06-08 19:29:50 +03:00
parent d41c98a2f3
commit 1b75f89090
1 changed files with 15 additions and 9 deletions

24
.gitattributes vendored
View File

@ -2,16 +2,22 @@
* text=auto
# Custom for Visual Studio
*.cs diff=csharp
*.cs diff=csharp
# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.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
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
# Declare files that will always have CRLF line endings on checkout
*.sln text eol=crlf
*.csproj text eol=crlf
*.cs text eol=crlf
*.resx text eol=crlf