Skip to content

Commit 524c67c

Browse files
JavaScript: Normalize .ts line endings to LF
1 parent 2b9f42b commit 524c67c

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,js,html}]
1+
[*.{ql,qll,qlref,dbscheme,qhelp,html,js,ts,json,yml}]
22
end_of_line = lf

.gitattributes

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

0 commit comments

Comments
 (0)