summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChloƩ Vulquin <code@toast.bunkerlabs.net>2026-01-23 01:01:55 +0100
committerChloƩ Vulquin <code@toast.bunkerlabs.net>2026-01-23 01:01:55 +0100
commit4a653485571cbda0c17c3d8fa3be850d890d8d29 (patch)
treed728d6e6623e8f1e74791a215aa61845c91dae5e
parentzsh/prompt_zstyle: add grml preset (diff)
editorconfig: default to indentation of 4, regardless of tabs/spacesHEADmain
-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