Skip to content

Commit 8125218

Browse files
authored
[symfony/framework-bundle] add .editorconfig (#1413)
1 parent 9e0b6e7 commit 8125218

File tree

6 files changed

+33
-3
lines changed

6 files changed

+33
-3
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
end_of_line = lf
6+
indent_size = 4
7+
indent_style = space
8+
insert_final_newline = true
9+
trim_trailing_whitespace = true

symfony/framework-bundle/6.4/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"copy-from-recipe": {
66
"config/": "%CONFIG_DIR%/",
77
"public/": "%PUBLIC_DIR%/",
8-
"src/": "%SRC_DIR%/"
8+
"src/": "%SRC_DIR%/",
9+
".editorconfig": ".editorconfig"
910
},
1011
"composer-scripts": {
1112
"cache:clear": "symfony-cmd",
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
end_of_line = lf
6+
indent_size = 4
7+
indent_style = space
8+
insert_final_newline = true
9+
trim_trailing_whitespace = true

symfony/framework-bundle/7.2/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"copy-from-recipe": {
66
"config/": "%CONFIG_DIR%/",
77
"public/": "%PUBLIC_DIR%/",
8-
"src/": "%SRC_DIR%/"
8+
"src/": "%SRC_DIR%/",
9+
".editorconfig": ".editorconfig"
910
},
1011
"composer-scripts": {
1112
"cache:clear": "symfony-cmd",
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
end_of_line = lf
6+
indent_size = 4
7+
indent_style = space
8+
insert_final_newline = true
9+
trim_trailing_whitespace = true

symfony/framework-bundle/7.3/manifest.json

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

0 commit comments

Comments
 (0)