Build: Force LF for JS source files

This commit is contained in:
Jörn Zaefferer 2014-02-20 13:59:37 +01:00
parent 3651d44a30
commit d7860b9c98

6
.gitattributes vendored
View File

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