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

(cherry-picked from 99d735ab46)
This commit is contained in:
Michał Gołębiowski 2014-04-04 11:38:15 +02:00
parent 6b87914758
commit f9ede07be2

7
.gitattributes vendored
View File

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