[symfony/framework-bundle] add .editorconfig (#1413)

This commit is contained in:
Kevin Bond
2025-05-16 12:44:30 +02:00
committed by GitHub
parent 9e0b6e77f8
commit 8125218382
6 changed files with 33 additions and 3 deletions
@@ -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
+2 -1
View File
@@ -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",
@@ -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
+2 -1
View File
@@ -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",
@@ -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
+2 -1
View File
@@ -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",