@@ -40,7 +40,6 @@ ij_css_use_double_quotes = true
4040ij_css_value_alignment = do_not_align
4141
4242[* .less ]
43- indent_size = 2
4443ij_less_align_closing_brace_with_properties = false
4544ij_less_blank_lines_around_nested_selector = 1
4645ij_less_blank_lines_between_blocks = 1
@@ -63,7 +62,6 @@ ij_less_use_double_quotes = true
6362ij_less_value_alignment = 0
6463
6564[* .sass ]
66- indent_size = 2
6765ij_sass_align_closing_brace_with_properties = false
6866ij_sass_blank_lines_around_nested_selector = 1
6967ij_sass_blank_lines_between_blocks = 1
@@ -502,7 +500,7 @@ ij_php_align_assignments = true
502500ij_php_align_class_constants = true
503501ij_php_align_enum_cases = true
504502ij_php_align_group_field_declarations = false
505- ij_php_align_inline_comments = true
503+ ij_php_align_inline_comments = false
506504ij_php_align_key_value_pairs = true
507505ij_php_align_match_arm_bodies = true
508506ij_php_align_multiline_array_initializer_expression = true
@@ -773,7 +771,7 @@ ij_html_text_wrap = off
773771[{* .http,* .rest} ]
774772indent_size = 0
775773ij_continuation_indent_size = 4
776- ij_http request_call_parameters_wrap = normal
774+ ij_http request_call_parameters_wrap = on_every_item
777775
778776[{* .markdown,* .md} ]
779777ij_markdown_force_one_space_after_blockquote_symbol = true
0 commit comments