git: always set js endline to lf (#2795)

always set text to lf, if on auto, Windows will change them to crlf locally and this can make lint fail
This commit is contained in:
Benjamin Staneck 2018-04-20 17:04:40 +02:00 committed by CHaBou
parent b680b9e02e
commit 35cf8c8068

2
.gitattributes vendored
View file

@ -1,2 +1,2 @@
* text=auto
*.sh eol=lf
*.js text eol=lf