aboutsummaryrefslogtreecommitdiff
path: root/node_modules/gulp-typescript/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/gulp-typescript/.editorconfig')
-rw-r--r--node_modules/gulp-typescript/.editorconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/node_modules/gulp-typescript/.editorconfig b/node_modules/gulp-typescript/.editorconfig
new file mode 100644
index 000000000..2730bb11d
--- /dev/null
+++ b/node_modules/gulp-typescript/.editorconfig
@@ -0,0 +1,7 @@
+root = true
+
+[{lib/**.ts,gulpfile.js,test/**/gulptask.js}]
+indent_style = tab
+end_of_line = lf
+insert_final_newline = true
+trim_trailing_whitespace = true \ No newline at end of file