Skip to content

Commit

Permalink
Fix: Configure indentation for PHP files
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Jul 30, 2019
1 parent 2e16307 commit 59c6b8f
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 @@ -9,3 +9,6 @@ end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.php]
indent_size = 4

0 comments on commit 59c6b8f

Please sign in to comment.