diff options
| -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 |
