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