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.
This commit is contained in:
SilentSpike
2019-01-21 19:54:13 +00:00
parent 92f1c4964f
commit ec20279b5c
+1
View File
@@ -1,2 +1,3 @@
* text=auto
*.bat eol=crlf
*.js eol=lf