Skip to content

Commit ec20279

Browse files
committed
Update .gitattributes to use lf eol for .js files
Running "npm test" currently spews out many eol errors if the user doesn't have git configured not to convert line endings on a windows machine.
1 parent 92f1c49 commit ec20279

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
* text=auto
22
*.bat eol=crlf
3+
*.js eol=lf

0 commit comments

Comments
 (0)