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

This commit is contained in:
Robbie Averill 2018-04-11 19:22:09 +12:00 committed by GitHub
parent 96cd4972a0
commit 88cd7ed3a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -13,3 +13,6 @@ insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 4
[composer.json]
indent_size = 4