From d871a6f1d83b929412f013d6b96f549f686a0a90 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 8 Sep 2022 19:27:05 +0000 Subject: [PATCH] =?UTF-8?q?Update=20`.editorconfig`=20=F0=9F=93=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .editorconfig | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.editorconfig b/.editorconfig index 1b8b893..2ccb690 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,7 +6,7 @@ indent_style = space insert_final_newline = true max_line_length = 180 tab_width = 4 -trim_trailing_whitespace = true +trim_trailing_whitespace = false ij_continuation_indent_size = 8 ij_formatter_off_tag = @formatter:off ij_formatter_on_tag = @formatter:on @@ -517,7 +517,7 @@ ij_php_align_multiline_ternary_operation = false ij_php_align_named_arguments = true ij_php_align_phpdoc_comments = false ij_php_align_phpdoc_param_names = false -ij_php_anonymous_brace_style = end_of_line +ij_php_anonymous_brace_style = next_line ij_php_api_weight = 28 ij_php_array_initializer_new_line_after_left_brace = true ij_php_array_initializer_right_brace_on_new_line = true @@ -546,7 +546,7 @@ ij_php_block_brace_style = end_of_line ij_php_call_parameters_new_line_after_left_paren = false ij_php_call_parameters_right_paren_on_new_line = false ij_php_call_parameters_wrap = on_every_item -ij_php_catch_on_new_line = false +ij_php_catch_on_new_line = true ij_php_category_weight = 28 ij_php_class_brace_style = next_line ij_php_comma_after_last_argument = false @@ -558,13 +558,13 @@ ij_php_copyright_weight = 4 ij_php_deprecated_weight = 0 ij_php_do_while_brace_force = always ij_php_else_if_style = combine -ij_php_else_on_new_line = false +ij_php_else_on_new_line = true ij_php_example_weight = 28 ij_php_extends_keyword_wrap = normal ij_php_extends_list_wrap = off ij_php_fields_default_visibility = protected ij_php_filesource_weight = 28 -ij_php_finally_on_new_line = false +ij_php_finally_on_new_line = true ij_php_for_brace_force = always ij_php_for_statement_new_line_after_left_paren = false ij_php_for_statement_right_paren_on_new_line = false @@ -575,7 +575,7 @@ ij_php_getters_setters_naming_style = camel_case ij_php_getters_setters_order_style = getters_first ij_php_global_weight = 28 ij_php_group_use_wrap = on_every_item -ij_php_if_brace_force = if_multiline +ij_php_if_brace_force = always ij_php_if_lparen_on_next_line = true ij_php_if_rparen_on_next_line = true ij_php_ignore_weight = 28