Skip to content

Commit e06969d

Browse files
JavaScript: Normalize .mjs files to LF
1 parent 524c67c commit e06969d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
[*.{ql,qll,qlref,dbscheme,qhelp,html,js,ts,json,yml}]
1+
[*.{ql,qll,qlref,dbscheme,qhelp,html,js,mjs,ts,json,yml}]
22
end_of_line = lf

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
*.qhelp eol=lf
1818
*.html eol=lf
1919
*.js eol=lf
20+
*.mjs eol=lf
2021
*.ts eol=lf
2122
*.json eol=lf
2223
*.yml eol=lf

0 commit comments

Comments
 (0)