modify indent_size so users can customise it

users can set `tab_size` in their `~/.editorconfig` file, for their
preferred tab rendering width, whilst each indent remains 1 tab.
This commit is contained in:
2025-03-24 10:42:22 +01:00
parent eea5e6d6cb
commit 2dd6344e87

View File

@@ -12,11 +12,11 @@ indent_size = 4
[*.{c,h,cpp,hpp,rs}]
indent_style = tab
indent_size = 4
indent_size = tab
[makefile]
indent_style = tab
indent_size = 2
indent_size = tab
[*.{yaml,json}]
indent_style = space