mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
Add editorconfig rule for composer.json to be allowed four spaces
This commit is contained in:
parent
adca3aea68
commit
5284ca65b0
@ -24,3 +24,6 @@ indent_style = space
|
|||||||
# https://github.com/npm/npm/pull/3180#issuecomment-16336516
|
# https://github.com/npm/npm/pull/3180#issuecomment-16336516
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
indent_style = space
|
indent_style = space
|
||||||
|
|
||||||
|
[composer.json]
|
||||||
|
indent_size = 4
|
||||||
|
Loading…
Reference in New Issue
Block a user