Skip to content

Commit

Permalink
Order editorconfig correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
rhargreaves committed Jul 4, 2024
1 parent fa41c6a commit 7e27a81
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
root = true

[*]
charset = utf-8
trim_trailing_whitespace = true
end_of_line = lf
insert_final_newline = true
indent_size = 4
indent_style = space

[*.asm]
indent_style = tab
indent_size = 8

[Makefile]
indent_style = tab

[*.{c,h,cpp,hpp}]
indent_size = 4
indent_style = space
Expand All @@ -15,10 +20,5 @@ indent_style = space
indent_size = 2
indent_style = space

[*]
charset = utf-8
trim_trailing_whitespace = true
end_of_line = lf
insert_final_newline = true
indent_size = 4
indent_style = space
[Makefile]
indent_style = tab

0 comments on commit 7e27a81

Please sign in to comment.