chore: Apply .editorconfig rules to both yml and yaml

This commit is contained in:
06kellyjac
2025-06-18 12:49:47 +01:00
parent c3c48f226b
commit 38e1ac9722

View File

@@ -19,7 +19,7 @@ indent_size = 4
indent_style = space
indent_size = 2
[*.yml]
[*.{yml,yaml}]
indent_style = space
indent_size = 2