Update scripts

This commit is contained in:
Taiki Endo
2024-04-21 03:28:30 +09:00
parent 8b890a7ae1
commit 6b8c00dfc4
6 changed files with 102 additions and 110 deletions

View File

@@ -11,10 +11,10 @@ indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.{json,md,yml}]
[*.{json,md,rb,yml,yaml}]
indent_size = 2
[*.{js,yml}]
[*.{js,yml,yaml}]
quote_type = single
[*.sh]