Skip to content

Commit

Permalink
Add editorconfig rule for composer.json to be allowed four spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
robbieaverill authored Apr 11, 2018
1 parent 96cd497 commit 88cd7ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 4

[composer.json]
indent_size = 4

0 comments on commit 88cd7ed

Please sign in to comment.