diff --git a/.editorconfig b/.editorconfig index fbc9a8842..843ef4f6c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -114,3 +114,8 @@ indent_size = 4 [*.emojic] indent_style = space indent_size = 2 + +# PHP +[*.php] +indent_style = space +indent_size = 4