diff --git a/.editorconfig b/.editorconfig
index 6db1367645cd6a09f3472e73f15093d83303d0de..a6f988f8d7c725f3e8872a0e558b61ff66031cf2 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -7,5 +7,5 @@ charset = utf-8
 insert_final_newline = true
 end_of_line = lf
 
-[*.yml]
+[*.{yml,yaml}]
 indent_style = space
diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml
index 949cfb3d4093227876d573ac5a8dc7b0cd44874a..334ff382e5db827aa37a408303dd1a2d5a8a7e25 100644
--- a/pnpm-workspace.yaml
+++ b/pnpm-workspace.yaml
@@ -1,4 +1,4 @@
 packages:
  - 'packages/backend'
  - 'packages/frontend'
- - 'packages/sw'
\ No newline at end of file
+ - 'packages/sw'