summaryrefslogtreecommitdiff
path: root/dot_editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'dot_editorconfig')
-rw-r--r--dot_editorconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/dot_editorconfig b/dot_editorconfig
index 46c3721..3ec8f4e 100644
--- a/dot_editorconfig
+++ b/dot_editorconfig
@@ -7,11 +7,13 @@ charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
+# whether tabs or spaces, default to 4
+indent_size = tab
+tab_width = 4
# don't mess with my makefiles thanks
[Makefile]
indent_style = tab
-indent_size = 4
[*.{janet,json,jsonc,md,yaml,yml}]
indent_style = space