Skip to content

Commit 4b2a879

Browse files
committed
Fix composer.json editor config
1 parent b3474aa commit 4b2a879

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.editorconfig

+7-1
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,16 @@ trim_trailing_whitespace = true
1313
[*.{md,txt,json,yml}]
1414
trim_trailing_whitespace = false
1515

16-
[*.{json}]
16+
[*.json]
1717
indent_size = 2
1818
tab_width = 2
1919

2020
[*.{json,yml}]
2121
insert_final_newline = false
2222
indent_style = space
23+
24+
[composer.json]
25+
indent_size = 4
26+
tab_width = 4
27+
indent_style = tab
28+
insert_final_newline = true

0 commit comments

Comments
 (0)