Add .gitattributes

This commit is contained in:
Vinnie Falco
2013-05-03 10:32:30 -07:00
parent 744b2ef51e
commit fec4a0ed4a

7
.gitattributes vendored Normal file
View File

@@ -0,0 +1,7 @@
# Set default behaviour, in case users don't have core.autocrlf set.
* text=auto
# Visual Studio
*.sln text eol=crlf
*.vcproj text eol=crlf
*.vcxproj text eol=crlf