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 0d8b510105
commit 57707273c4

2
.gitattributes vendored
View file

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