Skip to content

Commit

Permalink
Enforce 4 spaces in composer.json
Browse files Browse the repository at this point in the history
This fixes an issue where prettier converted it to 2 spaces.
  • Loading branch information
vinkla committed May 18, 2020
1 parent f477d43 commit cc03493
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 @@ -11,5 +11,8 @@ trim_trailing_whitespace = true
[*.php]
indent_size = 4

[composer.json]
indent_size = 4

[*.md]
trim_trailing_whitespace = false

0 comments on commit cc03493

Please sign in to comment.