Add a .gitattributes file that specifies that source files should always use crlf line endings.

This commit is contained in:
UnknownShadow200 2016-06-11 08:13:55 +10:00
parent c44266865d
commit a9826f9832
1 changed files with 3 additions and 0 deletions

3
.gitattributes vendored Normal file
View File

@ -0,0 +1,3 @@
*.csproj eol=crlf
*.sln eol=crlf
*.cs eol=crlf