Skip to content

Commit

Permalink
Format shell scripts with indent_size = 2 to match scripts in CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jan 17, 2025
1 parent 1b8d452 commit 9469185
Show file tree
Hide file tree
Showing 7 changed files with 1,293 additions and 1,293 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

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

[*.{js,yml,yaml}]
Expand Down
Loading

0 comments on commit 9469185

Please sign in to comment.