Format shell scripts with indent_size = 2 to match scripts in CI config

This commit is contained in:
Taiki Endo
2025-01-17 16:44:56 +09:00
parent 1b8d452217
commit 9469185794
7 changed files with 1308 additions and 1308 deletions

View File

@@ -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}]