Skip to content

Commit 6ce3021

Browse files
committed
Update .editorconfig 📖
1 parent 4e0720c commit 6ce3021

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.editorconfig

+6-6
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ indent_style = space
66
insert_final_newline = true
77
max_line_length = 180
88
tab_width = 4
9-
trim_trailing_whitespace = true
9+
trim_trailing_whitespace = false
1010
ij_continuation_indent_size = 8
1111
ij_formatter_off_tag = @formatter:off
1212
ij_formatter_on_tag = @formatter:on
@@ -517,7 +517,7 @@ ij_php_align_multiline_ternary_operation = false
517517
ij_php_align_named_arguments = true
518518
ij_php_align_phpdoc_comments = false
519519
ij_php_align_phpdoc_param_names = false
520-
ij_php_anonymous_brace_style = end_of_line
520+
ij_php_anonymous_brace_style = next_line
521521
ij_php_api_weight = 28
522522
ij_php_array_initializer_new_line_after_left_brace = true
523523
ij_php_array_initializer_right_brace_on_new_line = true
@@ -546,7 +546,7 @@ ij_php_block_brace_style = end_of_line
546546
ij_php_call_parameters_new_line_after_left_paren = false
547547
ij_php_call_parameters_right_paren_on_new_line = false
548548
ij_php_call_parameters_wrap = on_every_item
549-
ij_php_catch_on_new_line = false
549+
ij_php_catch_on_new_line = true
550550
ij_php_category_weight = 28
551551
ij_php_class_brace_style = next_line
552552
ij_php_comma_after_last_argument = false
@@ -558,13 +558,13 @@ ij_php_copyright_weight = 4
558558
ij_php_deprecated_weight = 0
559559
ij_php_do_while_brace_force = always
560560
ij_php_else_if_style = combine
561-
ij_php_else_on_new_line = false
561+
ij_php_else_on_new_line = true
562562
ij_php_example_weight = 28
563563
ij_php_extends_keyword_wrap = normal
564564
ij_php_extends_list_wrap = off
565565
ij_php_fields_default_visibility = protected
566566
ij_php_filesource_weight = 28
567-
ij_php_finally_on_new_line = false
567+
ij_php_finally_on_new_line = true
568568
ij_php_for_brace_force = always
569569
ij_php_for_statement_new_line_after_left_paren = false
570570
ij_php_for_statement_right_paren_on_new_line = false
@@ -575,7 +575,7 @@ ij_php_getters_setters_naming_style = camel_case
575575
ij_php_getters_setters_order_style = getters_first
576576
ij_php_global_weight = 28
577577
ij_php_group_use_wrap = on_every_item
578-
ij_php_if_brace_force = if_multiline
578+
ij_php_if_brace_force = always
579579
ij_php_if_lparen_on_next_line = true
580580
ij_php_if_rparen_on_next_line = true
581581
ij_php_ignore_weight = 28

0 commit comments

Comments
 (0)