mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 21:28:11 +02:00
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:
@@ -1,2 +1,3 @@
|
||||
* text=auto
|
||||
*.bat eol=crlf
|
||||
*.js eol=lf
|
||||
|
||||
Reference in New Issue
Block a user