File tree Expand file tree Collapse file tree 6 files changed +33
-3
lines changed Expand file tree Collapse file tree 6 files changed +33
-3
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 5
5
"copy-from-recipe" : {
6
6
"config/" : " %CONFIG_DIR%/" ,
7
7
"public/" : " %PUBLIC_DIR%/" ,
8
- "src/" : " %SRC_DIR%/"
8
+ "src/" : " %SRC_DIR%/" ,
9
+ ".editorconfig" : " .editorconfig"
9
10
},
10
11
"composer-scripts" : {
11
12
"cache:clear" : " symfony-cmd" ,
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 5
5
"copy-from-recipe" : {
6
6
"config/" : " %CONFIG_DIR%/" ,
7
7
"public/" : " %PUBLIC_DIR%/" ,
8
- "src/" : " %SRC_DIR%/"
8
+ "src/" : " %SRC_DIR%/" ,
9
+ ".editorconfig" : " .editorconfig"
9
10
},
10
11
"composer-scripts" : {
11
12
"cache:clear" : " symfony-cmd" ,
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 5
5
"copy-from-recipe" : {
6
6
"config/" : " %CONFIG_DIR%/" ,
7
7
"public/" : " %PUBLIC_DIR%/" ,
8
- "src/" : " %SRC_DIR%/"
8
+ "src/" : " %SRC_DIR%/" ,
9
+ ".editorconfig" : " .editorconfig"
9
10
},
10
11
"composer-scripts" : {
11
12
"cache:clear" : " symfony-cmd" ,
You can’t perform that action at this time.
0 commit comments