Added a gitattributes file that defines CRLF as the line ending for code files (cherry-picked from 1ebfc9e)

This commit is contained in:
Joonas Rikkonen
2018-08-30 13:55:22 +03:00
parent 565f14801b
commit 87002f8e00

4
.gitattributes vendored Normal file
View File

@@ -0,0 +1,4 @@
# Declare files that will always have CRLF line endings on checkout.
*.sln text eol=crlf
*.cs text eol=crlf
*.xml text eol=crlf