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 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" ,
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 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" ,
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 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" ,
You can’t perform that action at this time.
0 commit comments