Skip to content

Commit

Permalink
Modify .editorconfig file to add indentation definition for gemspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
OscarAkaElvis committed Oct 28, 2024
1 parent dd7ba0f commit 185ee0b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ charset = utf-8
end_of_line = lf
insert_final_newline = true

[*.gemspec]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true

[*.rb]
indent_style = space
indent_size = 2
Expand Down

0 comments on commit 185ee0b

Please sign in to comment.