From cbe85d6f8d3f1255398ac2e15cd925297c3cabcd Mon Sep 17 00:00:00 2001 From: Kevin Bond Date: Fri, 16 May 2025 16:53:30 -0400 Subject: [PATCH] [symfony/framework-bundle] keep `.editorconfig` only in 7.3 --- symfony/framework-bundle/6.4/.editorconfig | 9 --------- symfony/framework-bundle/6.4/manifest.json | 3 +-- symfony/framework-bundle/7.2/.editorconfig | 9 --------- symfony/framework-bundle/7.2/manifest.json | 3 +-- 4 files changed, 2 insertions(+), 22 deletions(-) delete mode 100644 symfony/framework-bundle/6.4/.editorconfig delete mode 100644 symfony/framework-bundle/7.2/.editorconfig diff --git a/symfony/framework-bundle/6.4/.editorconfig b/symfony/framework-bundle/6.4/.editorconfig deleted file mode 100644 index 677e36e2..00000000 --- a/symfony/framework-bundle/6.4/.editorconfig +++ /dev/null @@ -1,9 +0,0 @@ -root = true - -[*] -charset = utf-8 -end_of_line = lf -indent_size = 4 -indent_style = space -insert_final_newline = true -trim_trailing_whitespace = true diff --git a/symfony/framework-bundle/6.4/manifest.json b/symfony/framework-bundle/6.4/manifest.json index df59389b..17fa50af 100644 --- a/symfony/framework-bundle/6.4/manifest.json +++ b/symfony/framework-bundle/6.4/manifest.json @@ -5,8 +5,7 @@ "copy-from-recipe": { "config/": "%CONFIG_DIR%/", "public/": "%PUBLIC_DIR%/", - "src/": "%SRC_DIR%/", - ".editorconfig": ".editorconfig" + "src/": "%SRC_DIR%/" }, "composer-scripts": { "cache:clear": "symfony-cmd", diff --git a/symfony/framework-bundle/7.2/.editorconfig b/symfony/framework-bundle/7.2/.editorconfig deleted file mode 100644 index 677e36e2..00000000 --- a/symfony/framework-bundle/7.2/.editorconfig +++ /dev/null @@ -1,9 +0,0 @@ -root = true - -[*] -charset = utf-8 -end_of_line = lf -indent_size = 4 -indent_style = space -insert_final_newline = true -trim_trailing_whitespace = true diff --git a/symfony/framework-bundle/7.2/manifest.json b/symfony/framework-bundle/7.2/manifest.json index 820c9a7a..c198d0ee 100644 --- a/symfony/framework-bundle/7.2/manifest.json +++ b/symfony/framework-bundle/7.2/manifest.json @@ -5,8 +5,7 @@ "copy-from-recipe": { "config/": "%CONFIG_DIR%/", "public/": "%PUBLIC_DIR%/", - "src/": "%SRC_DIR%/", - ".editorconfig": ".editorconfig" + "src/": "%SRC_DIR%/" }, "composer-scripts": { "cache:clear": "symfony-cmd",