diff --git a/symfony/framework-bundle/6.4/.editorconfig b/symfony/framework-bundle/6.4/.editorconfig new file mode 100644 index 00000000..677e36e2 --- /dev/null +++ b/symfony/framework-bundle/6.4/.editorconfig @@ -0,0 +1,9 @@ +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 17fa50af..df59389b 100644 --- a/symfony/framework-bundle/6.4/manifest.json +++ b/symfony/framework-bundle/6.4/manifest.json @@ -5,7 +5,8 @@ "copy-from-recipe": { "config/": "%CONFIG_DIR%/", "public/": "%PUBLIC_DIR%/", - "src/": "%SRC_DIR%/" + "src/": "%SRC_DIR%/", + ".editorconfig": ".editorconfig" }, "composer-scripts": { "cache:clear": "symfony-cmd", diff --git a/symfony/framework-bundle/7.2/.editorconfig b/symfony/framework-bundle/7.2/.editorconfig new file mode 100644 index 00000000..677e36e2 --- /dev/null +++ b/symfony/framework-bundle/7.2/.editorconfig @@ -0,0 +1,9 @@ +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 c198d0ee..820c9a7a 100644 --- a/symfony/framework-bundle/7.2/manifest.json +++ b/symfony/framework-bundle/7.2/manifest.json @@ -5,7 +5,8 @@ "copy-from-recipe": { "config/": "%CONFIG_DIR%/", "public/": "%PUBLIC_DIR%/", - "src/": "%SRC_DIR%/" + "src/": "%SRC_DIR%/", + ".editorconfig": ".editorconfig" }, "composer-scripts": { "cache:clear": "symfony-cmd", diff --git a/symfony/framework-bundle/7.3/.editorconfig b/symfony/framework-bundle/7.3/.editorconfig new file mode 100644 index 00000000..677e36e2 --- /dev/null +++ b/symfony/framework-bundle/7.3/.editorconfig @@ -0,0 +1,9 @@ +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.3/manifest.json b/symfony/framework-bundle/7.3/manifest.json index c198d0ee..820c9a7a 100644 --- a/symfony/framework-bundle/7.3/manifest.json +++ b/symfony/framework-bundle/7.3/manifest.json @@ -5,7 +5,8 @@ "copy-from-recipe": { "config/": "%CONFIG_DIR%/", "public/": "%PUBLIC_DIR%/", - "src/": "%SRC_DIR%/" + "src/": "%SRC_DIR%/", + ".editorconfig": ".editorconfig" }, "composer-scripts": { "cache:clear": "symfony-cmd",