Files
iD/.gitattributes
SilentSpike ec20279b5c 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.
2019-01-21 19:54:13 +00:00

4 lines
39 B
Plaintext

* text=auto
*.bat eol=crlf
*.js eol=lf