diff options
Diffstat (limited to 'FrontEnd/.editorconfig')
-rw-r--r-- | FrontEnd/.editorconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/FrontEnd/.editorconfig b/FrontEnd/.editorconfig new file mode 100644 index 00000000..779719e0 --- /dev/null +++ b/FrontEnd/.editorconfig @@ -0,0 +1,14 @@ +root = true
+end_of_line = lf
+
+[*.ts]
+tab_width = 2
+
+[*.tsx]
+tab_width = 2
+
+[*.css]
+tab_width = 2
+
+[*.sass]
+tab_width = 2
|