Add a .gitattributes file to have git keep CRLF endings in *.sln files

This commit is contained in:
Bertrand Lorentz 2015-05-25 17:03:31 +02:00
parent 5422daaabc
commit 1dd10af290

2
.gitattributes vendored Normal file
View File

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