editorconfig: Add assembly code file spec
This commit adds the editorconfig spec for assembly code files (*.S). Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
parent
e9445aef24
commit
2c6c855e42
|
@ -11,6 +11,11 @@ insert_final_newline = true
|
|||
trim_trailing_whitespace = true
|
||||
max_line_length = 80
|
||||
|
||||
# Assembly
|
||||
[*.S]
|
||||
indent_style = tab
|
||||
indent_size = 8
|
||||
|
||||
# C
|
||||
[*.{c,h}]
|
||||
indent_style = tab
|
||||
|
|
Loading…
Reference in a new issue