@@ -549,7 +549,10 @@ ij_php_call_parameters_wrap = on_every_item
549
549
ij_php_catch_on_new_line = false
550
550
ij_php_category_weight = 28
551
551
ij_php_class_brace_style = next_line
552
+ ij_php_comma_after_last_argument = false
552
553
ij_php_comma_after_last_array_element = true
554
+ ij_php_comma_after_last_closure_use_var = false
555
+ ij_php_comma_after_last_parameter = false
553
556
ij_php_concat_spaces = true
554
557
ij_php_copyright_weight = 4
555
558
ij_php_deprecated_weight = 0
@@ -721,12 +724,16 @@ ij_php_while_on_new_line = true
721
724
722
725
[{* .har,* .jsb2,* .jsb3,* .json,.babelrc,.eslintrc,.stylelintrc,bowerrc,composer.lock,jest.config} ]
723
726
ij_continuation_indent_size = 4
727
+ ij_json_array_wrapping = on_every_item
724
728
ij_json_keep_blank_lines_in_code = 1
725
729
ij_json_keep_indents_on_empty_lines = false
726
730
ij_json_keep_line_breaks = true
731
+ ij_json_keep_trailing_comma = false
732
+ ij_json_object_wrapping = on_every_item
733
+ ij_json_property_alignment = do_not_align
727
734
ij_json_space_after_colon = true
728
735
ij_json_space_after_comma = true
729
- ij_json_space_before_colon = true
736
+ ij_json_space_before_colon = false
730
737
ij_json_space_before_comma = false
731
738
ij_json_spaces_within_braces = true
732
739
ij_json_spaces_within_brackets = false
0 commit comments