mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04:00
.editorconfig: hard tabs are still 8 spaces
The hard tab character is 8 spaces, that's just how it is. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
parent
a1e3140808
commit
77df155c70
1 changed files with 1 additions and 1 deletions
|
|
@ -8,4 +8,4 @@ insert_final_newline = true
|
|||
[{*.c,*.h}]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
tab_width = 4
|
||||
tab_width = 8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue