diff --git a/.editorconfig b/.editorconfig index 414d640..2b6ccaf 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,6 +15,11 @@ insert_final_newline = true indent_style = space indent_size = 4 +# PHP +[*.php] +indent_style = space +indent_size = 4 + # Crystal [*.cr] indent_style = space