Add editorconfig rule for composer.json to be allowed four spaces

This commit is contained in:
Robbie Averill 2017-07-06 12:41:02 +12:00 committed by GitHub
parent adca3aea68
commit 5284ca65b0
1 changed files with 3 additions and 0 deletions

View File

@ -24,3 +24,6 @@ indent_style = space
# https://github.com/npm/npm/pull/3180#issuecomment-16336516
indent_size = 2
indent_style = space
[composer.json]
indent_size = 4