[chore]Editorconfig: ymlに加えてyamlファイルに対しても同じ規約を適用する (#10081)

* Added yaml file in addition to yml file, in editorconfig

* Applied editorconfig for pnpm-workspace.yaml

---------

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
This commit is contained in:
Windymelt 2023-02-26 18:18:23 +09:00 committed by GitHub
parent cc149e2f46
commit 9234ffc927
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -7,5 +7,5 @@ charset = utf-8
insert_final_newline = true
end_of_line = lf
[*.yml]
[*.{yml,yaml}]
indent_style = space

View File

@ -1,4 +1,4 @@
packages:
- 'packages/backend'
- 'packages/frontend'
- 'packages/sw'
- 'packages/sw'