From 0e7856aa916c66f79b2a6dcd41087fd50a688aff Mon Sep 17 00:00:00 2001 From: Markus Machatschek Date: Thu, 9 Apr 2026 15:35:25 +0200 Subject: [PATCH] cs: support the docker file name conventions with yaml/yml and compose/docker-compose (#6786) --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index a186cd20..6df84280 100644 --- a/.editorconfig +++ b/.editorconfig @@ -14,5 +14,5 @@ trim_trailing_whitespace = false [*.{yml,yaml}] indent_size = 2 -[compose.yaml] +[{compose,docker-compose}.{yml,yaml}] indent_size = 4