Skip to content

Commit

Permalink
Dev: Fix .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 committed Jul 25, 2024
1 parent 9dabcf6 commit a22ee6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = spaces
indent_style = space
tab_width = 2

[{*.{rb,yml,sh,md}]
[*.{rb,yml,sh,md}]
indent_size = 2

[*.c]
Expand Down

0 comments on commit a22ee6f

Please sign in to comment.