Skip to content

Commit

Permalink
Dev: Fix setting of .editorconfig (#639)
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 authored Jul 25, 2024
1 parent ca2e9ba commit 1844648
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,8 +7,8 @@ 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,md}]
[*.{rb,yml,md}]
indent_size = 2

0 comments on commit 1844648

Please sign in to comment.