Remove a large section of .editorconfig to allow for customisation with specifying a tab width.

Users of the codebase may now use `tab_width` to override the preferred
indentation width, i.e. the width of the tabulation character.
This commit is contained in:
2026-01-21 10:14:59 +01:00
parent c259a90fa4
commit 2ae24f588c

View File

@@ -9,18 +9,8 @@ charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.{c,h}]
indent_style = tab
indent_size = tab
[{makefile}]
indent_style = tab
indent_size = tab
[*.{json}]
indent_style = tab
indent_size = tab
indent_size = 8
[*.{yaml}]
indent_style = space