Merge pull request #5744 from SilentSpike/javascript-eol

Update .gitattributes to use lf eol for .js files
This commit is contained in:
Bryan Housel
2019-01-29 15:14:20 -05:00
committed by GitHub

1
.gitattributes vendored
View File

@@ -1,2 +1,3 @@
* text=auto
*.bat eol=crlf
*.js eol=lf