Skip to content
This repository was archived by the owner on Apr 3, 2020. It is now read-only.

Commit

Permalink
Update .editorconfig for spaces (PSR-2)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshHarmon authored Jun 27, 2016
1 parent 29c1407 commit 12b5b9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ indent_style = tab
indent_size = 2

[*.php]
indent_style = tab
indent_style = space
indent_size = 4

# Matches the exact files either package.json or .travis.yml
[{package.json,.travis.yml}]
indent_style = space
indent_size = 4
indent_size = 4

0 comments on commit 12b5b9c

Please sign in to comment.