Merge pull request #326 from rcdailey/git-attributes

Introduce .gitattributes file and normalize line endings
This commit is contained in:
Christopher Dunn 2015-08-09 16:23:20 -07:00
commit 9f7dbcb19b
7 changed files with 565 additions and 559 deletions

6
.gitattributes vendored Normal file
View File

@ -0,0 +1,6 @@
* text=auto
*.sh eol=lf
*.bat eol=crlf
*.vcproj eol=crlf
*.vcxproj eol=crlf
*.sln eol=crlf