diff options
| author | 2026-01-23 01:01:55 +0100 | |
|---|---|---|
| committer | 2026-01-23 01:01:55 +0100 | |
| commit | 4a653485571cbda0c17c3d8fa3be850d890d8d29 (patch) | |
| tree | d728d6e6623e8f1e74791a215aa61845c91dae5e | |
| parent | zsh/prompt_zstyle: add grml preset (diff) | |
Diffstat (limited to '')
| -rw-r--r-- | dot_editorconfig | 4 |
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 |
