Skip to content

Commit 5b2544a

Browse files
committed
📖 Updated .editorconfig file
1 parent 44a677e commit 5b2544a

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.editorconfig

Lines changed: 6 additions & 8 deletions
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,15 +500,15 @@ 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
507-
ij_php_align_match_arm_bodies = false
505+
ij_php_align_match_arm_bodies = true
508506
ij_php_align_multiline_array_initializer_expression = true
509507
ij_php_align_multiline_binary_operation = false
510508
ij_php_align_multiline_chained_methods = false
511509
ij_php_align_multiline_extends_list = true
512510
ij_php_align_multiline_for = false
513-
ij_php_align_multiline_parameters = true
511+
ij_php_align_multiline_parameters = false
514512
ij_php_align_multiline_parameters_in_calls = false
515513
ij_php_align_multiline_ternary_operation = false
516514
ij_php_align_named_arguments = true
@@ -562,7 +560,7 @@ ij_php_else_if_style = combine
562560
ij_php_else_on_new_line = true
563561
ij_php_example_weight = 28
564562
ij_php_extends_keyword_wrap = normal
565-
ij_php_extends_list_wrap = off
563+
ij_php_extends_list_wrap = on_every_item
566564
ij_php_fields_default_visibility = protected
567565
ij_php_filesource_weight = 28
568566
ij_php_finally_on_new_line = true
@@ -625,7 +623,7 @@ ij_php_phpdoc_blank_lines_around_parameters = true
625623
ij_php_phpdoc_keep_blank_lines = true
626624
ij_php_phpdoc_param_spaces_between_name_and_description = 2
627625
ij_php_phpdoc_param_spaces_between_tag_and_type = 2
628-
ij_php_phpdoc_param_spaces_between_type_and_name = 1
626+
ij_php_phpdoc_param_spaces_between_type_and_name = 2
629627
ij_php_phpdoc_use_fqcn = true
630628
ij_php_phpdoc_wrap_long_lines = true
631629
ij_php_place_assignment_sign_on_next_line = false
@@ -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)