diff --git a/.editorconfig b/.editorconfig index d095a35cf2..b30c0b63e3 100644 --- a/.editorconfig +++ b/.editorconfig @@ -321,7 +321,7 @@ ij_php_call_parameters_right_paren_on_new_line = false ij_php_call_parameters_wrap = normal ij_php_catch_on_new_line = true ij_php_category_weight = 28 -ij_php_class_brace_style = next_line +ij_php_class_brace_style = end_of_line ij_php_comma_after_last_array_element = true ij_php_concat_spaces = false ij_php_copyright_weight = 28 @@ -372,7 +372,7 @@ ij_php_link_weight = 28 ij_php_lower_case_boolean_const = true ij_php_lower_case_keywords = true ij_php_lower_case_null_const = true -ij_php_method_brace_style = next_line +ij_php_method_brace_style = end_of_line ij_php_method_call_chain_wrap = off ij_php_method_parameters_new_line_after_left_paren = true ij_php_method_parameters_right_paren_on_new_line = true