mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
JavaScript: Normalize .mjs files to LF
This commit is contained in:
@@ -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
|
||||
|
||||
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -17,6 +17,7 @@
|
||||
*.qhelp eol=lf
|
||||
*.html eol=lf
|
||||
*.js eol=lf
|
||||
*.mjs eol=lf
|
||||
*.ts eol=lf
|
||||
*.json eol=lf
|
||||
*.yml eol=lf
|
||||
|
||||
Reference in New Issue
Block a user