Merge pull request #190 from robbieaverill/patch-1

Add editorconfig rule for composer.json to be allowed four spaces
This commit is contained in:
Damian Mooyman 2017-07-06 14:46:24 +12:00 committed by GitHub
commit f9bc5a3fc0
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