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:
Stephanos Ioannidis 2020-03-18 09:47:07 +09:00 committed by Anas Nashif
parent e9445aef24
commit 2c6c855e42

View file

@ -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