mirror of
https://kernel.googlesource.com/pub/scm/network/tftp/tftp-hpa
synced 2025-04-25 09:29:53 +03:00

The size of a tab is 8, even if the indentation is 4. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
11 lines
158 B
INI
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
|