cs: support the docker file name conventions with yaml/yml and compose/docker-compose (#6786)

This commit is contained in:
Markus Machatschek
2026-04-09 08:35:25 -05:00
committed by GitHub
parent b5b70435e1
commit 0e7856aa91
+1 -1
View File
@@ -14,5 +14,5 @@ trim_trailing_whitespace = false
[*.{yml,yaml}]
indent_size = 2
[compose.yaml]
[{compose,docker-compose}.{yml,yaml}]
indent_size = 4