Skip to content

Commit

Permalink
dev: fixup .editorconfig
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
flavorjones committed Sep 17, 2024
1 parent 8324f27 commit 4968ca4
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
root = true

[*.c,*.h]
[*]
indent_size = 2

[*.{c,h}]
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
tab_width = 8
trim_trailing_whitespace = true

[*.rb,Rakefile,*.rake,*.gemspec]
indent_size = 2

[*.yml]
indent_size = 2

0 comments on commit 4968ca4

Please sign in to comment.