add .gitattributes

helps #325
This commit is contained in:
Christopher Dunn 2015-08-09 15:42:06 -07:00
parent 47595e922b
commit 7f4be39e9f

5
.gitattributes vendored
View File

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