JavaScript: Normalize .ts line endings to LF

This commit is contained in:
Dave Bartolomeo
2018-09-19 13:07:02 -07:00
parent 2b9f42b308
commit 524c67c3fb
2 changed files with 2 additions and 1 deletions

View File

@@ -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
View File

@@ -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