mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
JavaScript: Normalize .ts line endings to LF
This commit is contained in:
@@ -1,2 +1,2 @@
|
|||||||
[*.{ql,qll,qlref,dbscheme,qhelp,js,html}]
|
[*.{ql,qll,qlref,dbscheme,qhelp,html,js,ts,json,yml}]
|
||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
|
|||||||
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -17,5 +17,6 @@
|
|||||||
*.qhelp eol=lf
|
*.qhelp eol=lf
|
||||||
*.html eol=lf
|
*.html eol=lf
|
||||||
*.js eol=lf
|
*.js eol=lf
|
||||||
|
*.ts eol=lf
|
||||||
*.json eol=lf
|
*.json eol=lf
|
||||||
*.yml eol=lf
|
*.yml eol=lf
|
||||||
|
|||||||
Reference in New Issue
Block a user