Skip to content

Commit a3c959e

Browse files
committed
📖 Updated .editorconfig file
1 parent 522dd4c commit a3c959e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.editorconfig

+2-4
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ ij_css_use_double_quotes = true
4040
ij_css_value_alignment = do_not_align
4141

4242
[*.less]
43-
indent_size = 2
4443
ij_less_align_closing_brace_with_properties = false
4544
ij_less_blank_lines_around_nested_selector = 1
4645
ij_less_blank_lines_between_blocks = 1
@@ -63,7 +62,6 @@ ij_less_use_double_quotes = true
6362
ij_less_value_alignment = 0
6463

6564
[*.sass]
66-
indent_size = 2
6765
ij_sass_align_closing_brace_with_properties = false
6866
ij_sass_blank_lines_around_nested_selector = 1
6967
ij_sass_blank_lines_between_blocks = 1
@@ -502,7 +500,7 @@ ij_php_align_assignments = true
502500
ij_php_align_class_constants = true
503501
ij_php_align_enum_cases = true
504502
ij_php_align_group_field_declarations = false
505-
ij_php_align_inline_comments = true
503+
ij_php_align_inline_comments = false
506504
ij_php_align_key_value_pairs = true
507505
ij_php_align_match_arm_bodies = true
508506
ij_php_align_multiline_array_initializer_expression = true
@@ -773,7 +771,7 @@ ij_html_text_wrap = off
773771
[{*.http,*.rest}]
774772
indent_size = 0
775773
ij_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}]
779777
ij_markdown_force_one_space_after_blockquote_symbol = true

0 commit comments

Comments
 (0)