Skip to content

Commit

Permalink
editorconfig: Add assembly code file spec
Browse files Browse the repository at this point in the history
This commit adds the editorconfig spec for assembly code files (*.S).

Signed-off-by: Stephanos Ioannidis <[email protected]>
  • Loading branch information
stephanosio authored and nashif committed Mar 18, 2020
1 parent e9445ae commit 2c6c855
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c6c855

Please sign in to comment.