@@ -507,7 +507,7 @@ ij_php_align_inline_comments = true
507507ij_php_align_key_value_pairs = true
508508ij_php_align_match_arm_bodies = true
509509ij_php_align_multiline_array_initializer_expression = true
510- ij_php_align_multiline_binary_operation = false
510+ ij_php_align_multiline_binary_operation = true
511511ij_php_align_multiline_chained_methods = false
512512ij_php_align_multiline_extends_list = true
513513ij_php_align_multiline_for = false
@@ -524,7 +524,7 @@ ij_php_array_initializer_right_brace_on_new_line = true
524524ij_php_array_initializer_wrap = on_every_item
525525ij_php_assignment_wrap = on_every_item
526526ij_php_attributes_wrap = split_into_lines
527- ij_php_author_weight = 3
527+ ij_php_author_weight = 4
528528ij_php_binary_operation_sign_on_next_line = true
529529ij_php_binary_operation_wrap = on_every_item
530530ij_php_blank_lines_after_class_header = 0
@@ -551,7 +551,7 @@ ij_php_category_weight = 28
551551ij_php_class_brace_style = next_line
552552ij_php_comma_after_last_array_element = true
553553ij_php_concat_spaces = true
554- ij_php_copyright_weight = 4
554+ ij_php_copyright_weight = 28
555555ij_php_deprecated_weight = 0
556556ij_php_do_while_brace_force = always
557557ij_php_else_if_style = combine
@@ -580,7 +580,7 @@ ij_php_import_sorting = alphabetic
580580ij_php_indent_break_from_case = true
581581ij_php_indent_case_from_switch = true
582582ij_php_indent_code_in_php_tags = false
583- ij_php_internal_weight = 1
583+ ij_php_internal_weight = 28
584584ij_php_keep_blank_lines_after_lbrace = 1
585585ij_php_keep_blank_lines_before_right_brace = 0
586586ij_php_keep_blank_lines_in_code = 1
@@ -593,10 +593,10 @@ ij_php_keep_rparen_and_lbrace_on_one_line = true
593593ij_php_keep_simple_classes_in_one_line = true
594594ij_php_keep_simple_methods_in_one_line = false
595595ij_php_lambda_brace_style = end_of_line
596- ij_php_license_weight = 5
596+ ij_php_license_weight = 28
597597ij_php_line_comment_add_space = false
598598ij_php_line_comment_at_first_column = false
599- ij_php_link_weight = 7
599+ ij_php_link_weight = 3
600600ij_php_lower_case_boolean_const = true
601601ij_php_lower_case_keywords = true
602602ij_php_lower_case_null_const = true
@@ -605,14 +605,14 @@ ij_php_method_call_chain_wrap = on_every_item
605605ij_php_method_parameters_new_line_after_left_paren = true
606606ij_php_method_parameters_right_paren_on_new_line = true
607607ij_php_method_parameters_wrap = on_every_item
608- ij_php_method_weight = 13
608+ ij_php_method_weight = 10
609609ij_php_modifier_list_wrap = false
610610ij_php_multiline_chained_calls_semicolon_on_new_line = false
611611ij_php_namespace_brace_style = 2
612612ij_php_new_line_after_php_opening_tag = true
613613ij_php_null_type_position = in_the_end
614614ij_php_package_weight = 28
615- ij_php_param_weight = 9
615+ ij_php_param_weight = 6
616616ij_php_parameters_attributes_wrap = split_into_lines
617617ij_php_parentheses_expression_new_line_after_left_paren = false
618618ij_php_parentheses_expression_right_paren_on_new_line = false
@@ -626,13 +626,13 @@ ij_php_phpdoc_use_fqcn = true
626626ij_php_phpdoc_wrap_long_lines = true
627627ij_php_place_assignment_sign_on_next_line = false
628628ij_php_place_parens_for_constructor = 0
629- ij_php_property_read_weight = 11
630- ij_php_property_weight = 10
631- ij_php_property_write_weight = 12
629+ ij_php_property_read_weight = 8
630+ ij_php_property_weight = 7
631+ ij_php_property_write_weight = 9
632632ij_php_return_type_on_new_line = false
633- ij_php_return_weight = 15
634- ij_php_see_weight = 6
635- ij_php_since_weight = 2
633+ ij_php_return_weight = 12
634+ ij_php_see_weight = 2
635+ ij_php_since_weight = 1
636636ij_php_sort_phpdoc_elements = true
637637ij_php_space_after_colon = true
638638ij_php_space_after_colon_in_enum_backed_type = true
@@ -706,16 +706,15 @@ ij_php_special_else_if_treatment = false
706706ij_php_subpackage_weight = 28
707707ij_php_ternary_operation_signs_on_next_line = true
708708ij_php_ternary_operation_wrap = on_every_item
709- ij_php_throws_weight = 14
709+ ij_php_throws_weight = 11
710710ij_php_todo_weight = 28
711- ij_php_treat_multiline_arrays_and_lambdas_multiline = false
712711ij_php_unknown_tag_weight = 28
713712ij_php_upper_case_boolean_const = false
714713ij_php_upper_case_null_const = false
715714ij_php_uses_weight = 28
716715ij_php_var_weight = 28
717716ij_php_variable_naming_style = snake_case
718- ij_php_version_weight = 8
717+ ij_php_version_weight = 5
719718ij_php_while_brace_force = always
720719ij_php_while_on_new_line = true
721720
@@ -767,17 +766,13 @@ ij_markdown_force_one_space_after_blockquote_symbol = true
767766ij_markdown_force_one_space_after_header_symbol = true
768767ij_markdown_force_one_space_after_list_bullet = true
769768ij_markdown_force_one_space_between_words = true
770- ij_markdown_insert_quote_arrows_on_wrap = true
771769ij_markdown_keep_indents_on_empty_lines = false
772- ij_markdown_keep_line_breaks_inside_text_blocks = true
773770ij_markdown_max_lines_around_block_elements = 1
774771ij_markdown_max_lines_around_header = 1
775772ij_markdown_max_lines_between_paragraphs = 1
776773ij_markdown_min_lines_around_block_elements = 1
777774ij_markdown_min_lines_around_header = 2
778775ij_markdown_min_lines_between_paragraphs = 1
779- ij_markdown_wrap_text_if_long = true
780- ij_markdown_wrap_text_inside_blockquotes = true
781776
782777[{* .yaml,* .yml} ]
783778ij_yaml_align_values_properties = do_not_align
0 commit comments