diff options
| author | 2026-02-06 11:37:09 +0100 | |
|---|---|---|
| committer | 2026-02-06 11:37:09 +0100 | |
| commit | 8b8e13e1d5e8001c40fa6f358299e64b35e80b9d (patch) | |
| tree | e56aae4e14d263b68a3f7b3e6ecf44af5c422d8c | |
| parent | editorconfig: default to indent_style=space (diff) | |
editorconfig: set tab_width over indent_size consistently
I forgor to this when I switched to indent_size=tab for consistency.
| -rw-r--r-- | dot_editorconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dot_editorconfig b/dot_editorconfig index 910689e..1bf57e5 100644 --- a/dot_editorconfig +++ b/dot_editorconfig @@ -18,11 +18,11 @@ indent_style = tab [*.{janet,json,jsonc,md,yaml,yml}] indent_style = space -indent_size = 2 +tab_width = 2 [*.org] # required by org mode tab_width = 8 [*.xml] -indent_size = 2 +tab_width = 2 |
