@@ -10,9 +10,9 @@ trim_trailing_whitespace = true
10
10
ij_continuation_indent_size = 8
11
11
ij_formatter_off_tag = @formatter:off
12
12
ij_formatter_on_tag = @formatter:on
13
- ij_formatter_tags_enabled = false
13
+ ij_formatter_tags_enabled = true
14
14
ij_smart_tabs = false
15
- ij_visual_guides = none
15
+ ij_visual_guides =
16
16
ij_wrap_on_typing = false
17
17
18
18
[* .blade.php ]
@@ -105,6 +105,12 @@ ij_scss_space_before_opening_brace = true
105
105
ij_scss_use_double_quotes = true
106
106
ij_scss_value_alignment = 0
107
107
108
+ [* .twig ]
109
+ ij_twig_keep_indents_on_empty_lines = false
110
+ ij_twig_spaces_inside_comments_delimiters = true
111
+ ij_twig_spaces_inside_delimiters = true
112
+ ij_twig_spaces_inside_variable_delimiters = true
113
+
108
114
[* .vue ]
109
115
ij_continuation_indent_size = 4
110
116
ij_visual_guides = 175
@@ -223,6 +229,7 @@ ij_typescript_method_parameters_new_line_after_left_paren = false
223
229
ij_typescript_method_parameters_right_paren_on_new_line = false
224
230
ij_typescript_method_parameters_wrap = off
225
231
ij_typescript_object_literal_wrap = on_every_item
232
+ ij_typescript_object_types_wrap = on_every_item
226
233
ij_typescript_parentheses_expression_new_line_after_left_paren = false
227
234
ij_typescript_parentheses_expression_right_paren_on_new_line = false
228
235
ij_typescript_place_assignment_sign_on_next_line = false
@@ -231,6 +238,7 @@ ij_typescript_prefer_explicit_types_function_expression_returns = false
231
238
ij_typescript_prefer_explicit_types_function_returns = false
232
239
ij_typescript_prefer_explicit_types_vars_fields = false
233
240
ij_typescript_prefer_parameters_wrap = false
241
+ ij_typescript_property_prefix =
234
242
ij_typescript_reformat_c_style_comments = false
235
243
ij_typescript_space_after_colon = true
236
244
ij_typescript_space_after_comma = true
@@ -401,6 +409,7 @@ ij_javascript_method_parameters_new_line_after_left_paren = false
401
409
ij_javascript_method_parameters_right_paren_on_new_line = false
402
410
ij_javascript_method_parameters_wrap = off
403
411
ij_javascript_object_literal_wrap = on_every_item
412
+ ij_javascript_object_types_wrap = on_every_item
404
413
ij_javascript_parentheses_expression_new_line_after_left_paren = false
405
414
ij_javascript_parentheses_expression_right_paren_on_new_line = false
406
415
ij_javascript_place_assignment_sign_on_next_line = false
@@ -409,6 +418,7 @@ ij_javascript_prefer_explicit_types_function_expression_returns = false
409
418
ij_javascript_prefer_explicit_types_function_returns = false
410
419
ij_javascript_prefer_explicit_types_vars_fields = false
411
420
ij_javascript_prefer_parameters_wrap = false
421
+ ij_javascript_property_prefix =
412
422
ij_javascript_reformat_c_style_comments = false
413
423
ij_javascript_space_after_colon = true
414
424
ij_javascript_space_after_comma = true
@@ -498,6 +508,7 @@ ij_continuation_indent_size = 4
498
508
ij_smart_tabs = true
499
509
ij_php_align_assignments = true
500
510
ij_php_align_class_constants = true
511
+ ij_php_align_enum_cases = true
501
512
ij_php_align_group_field_declarations = true
502
513
ij_php_align_inline_comments = true
503
514
ij_php_align_key_value_pairs = true
@@ -530,6 +541,7 @@ ij_php_blank_lines_after_opening_tag = 0
530
541
ij_php_blank_lines_after_package = 1
531
542
ij_php_blank_lines_around_class = 1
532
543
ij_php_blank_lines_around_constants = 0
544
+ ij_php_blank_lines_around_enum_cases = 0
533
545
ij_php_blank_lines_around_field = 0
534
546
ij_php_blank_lines_around_method = 0
535
547
ij_php_blank_lines_before_class_end = 0
@@ -545,7 +557,11 @@ ij_php_call_parameters_wrap = normal
545
557
ij_php_catch_on_new_line = false
546
558
ij_php_category_weight = 28
547
559
ij_php_class_brace_style = next_line
560
+ ij_php_comma_after_last_argument = true
548
561
ij_php_comma_after_last_array_element = true
562
+ ij_php_comma_after_last_closure_use_var = true
563
+ ij_php_comma_after_last_match_arm = true
564
+ ij_php_comma_after_last_parameter = true
549
565
ij_php_concat_spaces = true
550
566
ij_php_copyright_weight = 28
551
567
ij_php_deprecated_weight = 28
@@ -562,7 +578,7 @@ ij_php_for_brace_force = always
562
578
ij_php_for_statement_new_line_after_left_paren = true
563
579
ij_php_for_statement_right_paren_on_new_line = true
564
580
ij_php_for_statement_wrap = off
565
- ij_php_force_empty_methods_in_one_line = false
581
+ ij_php_force_empty_methods_in_one_line = true
566
582
ij_php_force_short_declaration_array_style = true
567
583
ij_php_getters_setters_naming_style = camel_case
568
584
ij_php_getters_setters_order_style = getters_first
@@ -572,7 +588,7 @@ ij_php_if_brace_force = always
572
588
ij_php_if_lparen_on_next_line = false
573
589
ij_php_if_rparen_on_next_line = false
574
590
ij_php_ignore_weight = 28
575
- ij_php_import_sorting = alphabetic
591
+ ij_php_import_sorting = by_length
576
592
ij_php_indent_break_from_case = true
577
593
ij_php_indent_case_from_switch = true
578
594
ij_php_indent_code_in_php_tags = false
@@ -704,6 +720,7 @@ ij_php_ternary_operation_signs_on_next_line = false
704
720
ij_php_ternary_operation_wrap = off
705
721
ij_php_throws_weight = 1
706
722
ij_php_todo_weight = 28
723
+ ij_php_treat_multiline_arrays_and_lambdas_multiline = false
707
724
ij_php_unknown_tag_weight = 28
708
725
ij_php_upper_case_boolean_const = false
709
726
ij_php_upper_case_null_const = false
@@ -714,13 +731,17 @@ ij_php_version_weight = 28
714
731
ij_php_while_brace_force = always
715
732
ij_php_while_on_new_line = false
716
733
717
- [{* .har,* .jsb2,* .jsb3,* .json,.babelrc,.eslintrc,.stylelintrc,bowerrc,composer.lock,jest.config} ]
734
+ [{* .graphqlconfig,* .graphqlrc,* .har,* .jsb2,* .jsb3,* .json,.babelrc,.eslintrc,.stylelintrc,bowerrc,composer.lock,jest.config} ]
735
+ ij_json_array_wrapping = split_into_lines
718
736
ij_json_keep_blank_lines_in_code = 0
719
737
ij_json_keep_indents_on_empty_lines = false
720
738
ij_json_keep_line_breaks = true
739
+ ij_json_keep_trailing_comma = false
740
+ ij_json_object_wrapping = split_into_lines
741
+ ij_json_property_alignment = do_not_align
721
742
ij_json_space_after_colon = true
722
743
ij_json_space_after_comma = true
723
- ij_json_space_before_colon = true
744
+ ij_json_space_before_colon = false
724
745
ij_json_space_before_comma = false
725
746
ij_json_spaces_within_braces = false
726
747
ij_json_spaces_within_brackets = false
@@ -737,7 +758,7 @@ ij_html_block_comment_add_space = false
737
758
ij_html_block_comment_at_first_column = true
738
759
ij_html_do_not_align_children_of_min_lines = 0
739
760
ij_html_do_not_break_if_inline_tags = title ,h1 ,h2 ,h3 ,h4 ,h5 ,h6 ,p
740
- ij_html_do_not_indent_children_of_tags = none
761
+ ij_html_do_not_indent_children_of_tags =
741
762
ij_html_enforce_quotes = true
742
763
ij_html_inline_tags = a ,abbr ,acronym ,b ,basefont ,bdo ,big ,br ,cite ,cite ,code ,dfn ,em ,font ,i ,img ,input ,kbd ,label ,q ,s ,samp ,select ,small ,span ,strike ,strong ,sub ,sup ,textarea ,tt ,u ,var
743
764
ij_html_keep_blank_lines = 2
@@ -756,11 +777,20 @@ ij_html_space_around_equality_in_attribute = false
756
777
ij_html_space_inside_empty_tag = true
757
778
ij_html_text_wrap = normal
758
779
780
+ [{* .http,* .rest} ]
781
+ indent_size = 0
782
+ ij_continuation_indent_size = 4
783
+ ij_http-request_call_parameters_wrap = normal
784
+ ij_http-request_method_parameters_wrap = split_into_lines
785
+ ij_http-request_space_before_comma = true
786
+ ij_http-request_spaces_around_assignment_operators = true
787
+
759
788
[{* .markdown,* .md} ]
760
789
ij_markdown_force_one_space_after_blockquote_symbol = true
761
790
ij_markdown_force_one_space_after_header_symbol = true
762
791
ij_markdown_force_one_space_after_list_bullet = true
763
792
ij_markdown_force_one_space_between_words = true
793
+ ij_markdown_format_tables = true
764
794
ij_markdown_insert_quote_arrows_on_wrap = true
765
795
ij_markdown_keep_indents_on_empty_lines = false
766
796
ij_markdown_keep_line_breaks_inside_text_blocks = true
0 commit comments