From d7254400b0564ac0b34cce6dc6f5f1a5b978f8fe Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Tue, 3 Jun 2025 14:05:28 +0200 Subject: [PATCH] Adjust editorconfig for docker compose and markdown files (#1427) * Adjust editorconfig for docker compose and markdown files * Add reference link --- symfony/framework-bundle/7.3/.editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/symfony/framework-bundle/7.3/.editorconfig b/symfony/framework-bundle/7.3/.editorconfig index 677e36e2..66990769 100644 --- a/symfony/framework-bundle/7.3/.editorconfig +++ b/symfony/framework-bundle/7.3/.editorconfig @@ -1,3 +1,5 @@ +# editorconfig.org + root = true [*] @@ -7,3 +9,9 @@ indent_size = 4 indent_style = space insert_final_newline = true trim_trailing_whitespace = true + +[{compose.yaml,compose.*.yaml}] +indent_size = 2 + +[*.md] +trim_trailing_whitespace = false