tftp-hpa-google/.editorconfig
H. Peter Anvin 74c5d8a020 .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>
2024-06-10 19:31:17 -07:00

11 lines
158 B
INI

root = true
[*]
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
[{*.c,*.h}]
indent_style = space
indent_size = 4
tab_width = 8