@@ -40,7 +40,6 @@ ij_css_use_double_quotes = true
40
40
ij_css_value_alignment = do_not_align
41
41
42
42
[* .less ]
43
- indent_size = 2
44
43
ij_less_align_closing_brace_with_properties = false
45
44
ij_less_blank_lines_around_nested_selector = 1
46
45
ij_less_blank_lines_between_blocks = 1
@@ -63,7 +62,6 @@ ij_less_use_double_quotes = true
63
62
ij_less_value_alignment = 0
64
63
65
64
[* .sass ]
66
- indent_size = 2
67
65
ij_sass_align_closing_brace_with_properties = false
68
66
ij_sass_blank_lines_around_nested_selector = 1
69
67
ij_sass_blank_lines_between_blocks = 1
@@ -502,7 +500,7 @@ ij_php_align_assignments = true
502
500
ij_php_align_class_constants = true
503
501
ij_php_align_enum_cases = true
504
502
ij_php_align_group_field_declarations = false
505
- ij_php_align_inline_comments = true
503
+ ij_php_align_inline_comments = false
506
504
ij_php_align_key_value_pairs = true
507
505
ij_php_align_match_arm_bodies = true
508
506
ij_php_align_multiline_array_initializer_expression = true
@@ -773,7 +771,7 @@ ij_html_text_wrap = off
773
771
[{* .http,* .rest} ]
774
772
indent_size = 0
775
773
ij_continuation_indent_size = 4
776
- ij_http request_call_parameters_wrap = normal
774
+ ij_http request_call_parameters_wrap = on_every_item
777
775
778
776
[{* .markdown,* .md} ]
779
777
ij_markdown_force_one_space_after_blockquote_symbol = true
0 commit comments