mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
77df155c70
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
|