Add .gitattributes to set correct line ending style on various files.

This commit is contained in:
Richard Helgeby 2014-07-27 11:46:02 +03:00
parent cd1d2d5723
commit 105a23bf32
1 changed files with 10 additions and 0 deletions

10
.gitattributes vendored Normal file
View File

@ -0,0 +1,10 @@
*.sp text eol=native
*.inc text eol=native
*.txt text eol=crlf
*.cfg text eol=crlf
*.sh text eol=lf
*.bat text eol=crlf
Makefile text eol=lf