add .gitattributes

helps #325
This commit is contained in:
Christopher Dunn 2015-08-09 15:42:06 -07:00
parent 8644269675
commit 1380aff595

5
.gitattributes vendored
View File

@ -1,6 +1,11 @@
* text=auto
*.h text
*.cpp text
*.json text
*.in text
*.sh eol=lf
*.bat eol=crlf
*.vcproj eol=crlf
*.vcxproj eol=crlf
*.sln eol=crlf
devtools/agent_vm* eol=crlf