.editorconfig: tabs are 8

The size of a tab is 8, even if the indentation is 4.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
H. Peter Anvin 2024-06-10 19:31:17 -07:00
parent cb619257ed
commit 74c5d8a020

View file

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