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
1 changed files with 5 additions and 0 deletions
|
@ -11,6 +11,11 @@ insert_final_newline = true
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
max_line_length = 80
|
max_line_length = 80
|
||||||
|
|
||||||
|
# Assembly
|
||||||
|
[*.S]
|
||||||
|
indent_style = tab
|
||||||
|
indent_size = 8
|
||||||
|
|
||||||
# C
|
# C
|
||||||
[*.{c,h}]
|
[*.{c,h}]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue