summaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index 5325248da..b8bc90393 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -7,7 +7,7 @@ end_of_line = lf
insert_final_newline = false
charset = utf-8
-[*.{go,scss}]
+[*.go]
indent_style = tab
[*.{js,jsx,json,html}]
@@ -25,3 +25,7 @@ indent_size = 2
[Makefile]
indent_style = tab
+
+[*.scss]
+indent_style = space
+indent_size = 4 \ No newline at end of file