Skip to content

Commit

Permalink
Add 'composer.lock' and '.phpcs.xml' to editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
simnalamburt committed Feb 2, 2019
1 parent 99bff6b commit c7da026
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,9 @@ indent_size = 2
[*.{php,php.example}]
indent_style = tab
indent_size = 4

[*.xml]
indent_style = tab

[composer.lock]
indent_size = 4

0 comments on commit c7da026

Please sign in to comment.