.editorconfig: hard tabs are still 8 spaces

The hard tab character is 8 spaces, that's just how it is.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
H. Peter Anvin 2024-06-10 21:12:52 -07:00
parent a1e3140808
commit 77df155c70

View file

@ -8,4 +8,4 @@ insert_final_newline = true
[{*.c,*.h}] [{*.c,*.h}]
indent_style = space indent_style = space
indent_size = 4 indent_size = 4
tab_width = 4 tab_width = 8