mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-12-15 09:09:58 +08:00
9d38bed4d2
Provide common indentation configuration for the source files. For more information, visit https://editorconfig.org/. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.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 = 4
|