Skip to content

Commit

Permalink
Make editorconfig use 4 spaces for PHP sources.
Browse files Browse the repository at this point in the history
  • Loading branch information
gauthierm committed Feb 13, 2017
1 parent a821f8f commit 96b448e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .editorconfig
Expand Up @@ -4,7 +4,6 @@

root = true


[*]
end_of_line = lf
charset = utf-8
Expand All @@ -13,5 +12,9 @@ insert_final_newline = true
indent_style = space
indent_size = 2

[*.php]
indent_style = space
indent_size = 4

[*.{diff,md}]
trim_trailing_whitespace = false

0 comments on commit 96b448e

Please sign in to comment.