From 524c67c3fbf152f4d550c6e46cdd5737dddcdf29 Mon Sep 17 00:00:00 2001 From: Dave Bartolomeo Date: Wed, 19 Sep 2018 13:07:02 -0700 Subject: [PATCH] JavaScript: Normalize .ts line endings to LF --- .editorconfig | 2 +- .gitattributes | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index eead7fb34a9..c6cc3fea357 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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 diff --git a/.gitattributes b/.gitattributes index 69ff97dca0c..80652c576f8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -17,5 +17,6 @@ *.qhelp eol=lf *.html eol=lf *.js eol=lf +*.ts eol=lf *.json eol=lf *.yml eol=lf