Build: change .gitattributes; use system line ends for non-JS files

This commit is contained in:
Michał Gołębiowski 2014-04-04 11:38:15 +02:00
parent 4f490e55ad
commit 99d735ab46

7
.gitattributes vendored
View File

@ -1,2 +1,5 @@
* eol=lf # Auto detect text files and perform LF normalization
*.jar binary * text=auto
# JS files must always use LF for tools to work
*.js eol=lf