Update .editorconfig to target compose.yaml instead of docker-compose.yml (#6679)

This commit is contained in:
Fredika Putra
2025-09-25 22:53:28 +07:00
committed by GitHub
parent 4d04f68ef9
commit af512c59e8

View File

@@ -14,5 +14,5 @@ trim_trailing_whitespace = false
[*.{yml,yaml}]
indent_size = 2
[docker-compose.yml]
[compose.yaml]
indent_size = 4