diff --git a/ember/.editorconfig b/.editorconfig similarity index 91% rename from ember/.editorconfig rename to .editorconfig index 2fe4874a0..95bd9a46f 100644 --- a/ember/.editorconfig +++ b/.editorconfig @@ -31,3 +31,7 @@ indent_size = 2 [*.{diff,md}] trim_trailing_whitespace = false + +[*.php] +indent_style = space +indent_size = 4