summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.editorconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 000000000..9582f9aae
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,9 @@
+[*.ts]
+end_of_line = lf
+insert_final_newline = true
+indent_style = space
+indent_size = 2
+
+[*.yml]
+indent_style = space
+indent_size = 2