aboutsummaryrefslogtreecommitdiff
path: root/node_modules/tsutils/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/tsutils/.editorconfig')
-rw-r--r--node_modules/tsutils/.editorconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/node_modules/tsutils/.editorconfig b/node_modules/tsutils/.editorconfig
new file mode 100644
index 000000000..4818afd6b
--- /dev/null
+++ b/node_modules/tsutils/.editorconfig
@@ -0,0 +1,12 @@
+root = true
+
+[*]
+end_of_line = lf
+insert_final_newline = true
+charset = utf-8
+indent_size = 4
+indent_style = space
+trim_trailing_whitespace = true
+
+[*.{json,yml,md}]
+indent_size = 2