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 committed Apr 11, 2018
1 parent 19b4ef6 commit db1f258
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 @@ trim_trailing_whitespace = true
[*.{yml,js,json,css,scss}]
indent_size = 2
indent_style = space

[composer.json]
indent_size = 4

0 comments on commit db1f258

Please sign in to comment.