JavaScript: Normalize line endings of .js and .html files

Added .gitattributes files for the two directories where we intentionally have line endings other than LF
This commit is contained in:
Dave Bartolomeo
2018-09-19 11:34:37 -07:00
parent 89f2dbf8db
commit b12c739915
6 changed files with 43 additions and 36 deletions

2
.gitattributes vendored
View File

@@ -15,3 +15,5 @@
*.qlref eol=lf
*.dbscheme eol=lf
*.qhelp eol=lf
*.html eol=lf
*.js eol=lf