Skip to content
Snippets Groups Projects
Unverified Commit 9234ffc9 authored by Windymelt's avatar Windymelt Committed by GitHub
Browse files

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


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

* Applied editorconfig for pnpm-workspace.yaml

---------

Co-authored-by: default avatarsyuilo <Syuilotan@yahoo.co.jp>
parent cc149e2f
No related branches found
No related tags found
No related merge requests found
......@@ -7,5 +7,5 @@ charset = utf-8
insert_final_newline = true
end_of_line = lf
[*.yml]
[*.{yml,yaml}]
indent_style = space
packages:
- 'packages/backend'
- 'packages/frontend'
- 'packages/sw'
\ No newline at end of file
- 'packages/sw'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment