Skip to content

Commit 62e545f

Browse files
authored
Merge pull request #1414 from kbond/editorconfig-fix
[symfony/framework-bundle] keep `.editorconfig` only in 7.3
2 parents 8125218 + cbe85d6 commit 62e545f

File tree

4 files changed

+2
-22
lines changed

4 files changed

+2
-22
lines changed

symfony/framework-bundle/6.4/.editorconfig

Lines changed: 0 additions & 9 deletions
This file was deleted.

symfony/framework-bundle/6.4/manifest.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"copy-from-recipe": {
66
"config/": "%CONFIG_DIR%/",
77
"public/": "%PUBLIC_DIR%/",
8-
"src/": "%SRC_DIR%/",
9-
".editorconfig": ".editorconfig"
8+
"src/": "%SRC_DIR%/"
109
},
1110
"composer-scripts": {
1211
"cache:clear": "symfony-cmd",

symfony/framework-bundle/7.2/.editorconfig

Lines changed: 0 additions & 9 deletions
This file was deleted.

symfony/framework-bundle/7.2/manifest.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"copy-from-recipe": {
66
"config/": "%CONFIG_DIR%/",
77
"public/": "%PUBLIC_DIR%/",
8-
"src/": "%SRC_DIR%/",
9-
".editorconfig": ".editorconfig"
8+
"src/": "%SRC_DIR%/"
109
},
1110
"composer-scripts": {
1211
"cache:clear": "symfony-cmd",

0 commit comments

Comments
 (0)