add .gitattributes

helps #325
master
Christopher Dunn 2015-08-09 15:42:06 -07:00
parent 47595e922b
commit 7f4be39e9f
1 changed files with 5 additions and 0 deletions

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