mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-02-23 17:29:23 +08:00
The hard tab character is 8 spaces, that's just how it is. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
12 lines
158 B
INI
12 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
|