Skip to content

Commit 35cf8c8

Browse files
Stanzillachabou
authored andcommitted
git: always set js endline to lf (vercel#2795)
always set text to lf, if on auto, Windows will change them to crlf locally and this can make lint fail
1 parent b680b9e commit 35cf8c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
* text=auto
2-
*.sh eol=lf
2+
*.js text eol=lf

0 commit comments

Comments
 (0)