diff --git a/.editorconfig b/.editorconfig index 12b0275..4b6f238 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,7 +4,6 @@ root = true - [*] end_of_line = lf charset = utf-8 @@ -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