JavaScript: Normalize .mjs files to LF

This commit is contained in:
Dave Bartolomeo
2018-09-19 20:18:57 -07:00
parent 524c67c3fb
commit e06969ddb4
2 changed files with 2 additions and 1 deletions

View File

@@ -1,2 +1,2 @@
[*.{ql,qll,qlref,dbscheme,qhelp,html,js,ts,json,yml}] [*.{ql,qll,qlref,dbscheme,qhelp,html,js,mjs,ts,json,yml}]
end_of_line = lf end_of_line = lf

1
.gitattributes vendored
View File

@@ -17,6 +17,7 @@
*.qhelp eol=lf *.qhelp eol=lf
*.html eol=lf *.html eol=lf
*.js eol=lf *.js eol=lf
*.mjs eol=lf
*.ts eol=lf *.ts eol=lf
*.json eol=lf *.json eol=lf
*.yml eol=lf *.yml eol=lf