aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'Timeline/ClientApp/.editorconfig')
-rw-r--r--Timeline/ClientApp/.editorconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/Timeline/ClientApp/.editorconfig b/Timeline/ClientApp/.editorconfig
new file mode 100644
index 00000000..54d8316a
--- /dev/null
+++ b/Timeline/ClientApp/.editorconfig
@@ -0,0 +1,13 @@
+root = true
+
+[*.ts]
+tab_width = 2
+
+[*.tsx]
+tab_width = 2
+
+[*.css]
+tab_width = 2
+
+[*.sass]
+tab_width = 2