mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
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:
parent
0d8b510105
commit
57707273c4
1 changed files with 1 additions and 1 deletions
2
.gitattributes
vendored
2
.gitattributes
vendored
|
|
@ -1,2 +1,2 @@
|
||||||
* text=auto
|
* text=auto
|
||||||
*.sh eol=lf
|
*.js text eol=lf
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue