Skip to content

Commit

Permalink
tooling: Clean up editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
cassava committed Dec 6, 2023
1 parent 6b9b419 commit 6319073
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,22 @@ insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 4
trim_trailing_whitespace = true

[Makefile*]
indent_style = tab

[*.json]
[*.{json,yaml,yml}]
indent_size = 2
trim_trailing_whitespace = true

[*.{h,hpp,c,cc,cpp}]
[*.{h,hpp,c,cc,cpp,hxx,cxx}]
indent_size = 2
trim_trailing_whitespace = true

[*.json]
indent_size = 2
trim_trailing_whitespace = true
[*.lua]
indent_size = 4

[*.html]
indent_size = 2
trim_trailing_whitespace = true

[*.rst]
indent_size = 4
trim_trailing_whitespace = true

0 comments on commit 6319073

Please sign in to comment.