@@ -346,7 +346,7 @@ ij_java_wrap_long_lines = false
346
346
ij_java_wrap_semicolon_after_call_chain = false
347
347
348
348
[* .less ]
349
- indent_size = 2
349
+ ij_less_indent_size = 2
350
350
ij_less_align_closing_brace_with_properties = false
351
351
ij_less_blank_lines_around_nested_selector = 1
352
352
ij_less_blank_lines_between_blocks = 1
@@ -369,9 +369,9 @@ ij_less_use_double_quotes = true
369
369
ij_less_value_alignment = 0
370
370
371
371
[* .proto ]
372
- indent_size = 2
373
- tab_width = 2
374
- ij_continuation_indent_size = 4
372
+ ij_protobuf_indent_size = 2
373
+ ij_protobuf_continuation_indent_size = 4
374
+ ij_protobuf_tab_width = 2
375
375
ij_protobuf_keep_blank_lines_in_code = 1
376
376
ij_protobuf_keep_indents_on_empty_lines = false
377
377
ij_protobuf_keep_line_breaks = true
@@ -382,7 +382,7 @@ ij_protobuf_spaces_within_braces = false
382
382
ij_protobuf_spaces_within_brackets = false
383
383
384
384
[* .sass ]
385
- indent_size = 2
385
+ ij_sass_indent_size = 2
386
386
ij_sass_align_closing_brace_with_properties = false
387
387
ij_sass_blank_lines_around_nested_selector = 1
388
388
ij_sass_blank_lines_between_blocks = 1
@@ -404,9 +404,9 @@ ij_sass_use_double_quotes = true
404
404
ij_sass_value_alignment = 0
405
405
406
406
[* .scala ]
407
- indent_size = 2
408
- tab_width = 2
409
- ij_continuation_indent_size = 2
407
+ ij_scala_indent_size = 2
408
+ ij_scala_continuation_indent_size = 2
409
+ ij_scala_tab_width = 2
410
410
ij_scala_align_composite_pattern = true
411
411
ij_scala_align_extends_with = 0
412
412
ij_scala_align_group_field_declarations = false
@@ -605,7 +605,7 @@ ij_scala_wrap_first_method_in_call_chain = false
605
605
ij_scala_wrap_long_lines = false
606
606
607
607
[* .scss ]
608
- indent_size = 2
608
+ ij_scss_indent_size = 2
609
609
ij_scss_align_closing_brace_with_properties = false
610
610
ij_scss_blank_lines_around_nested_selector = 1
611
611
ij_scss_blank_lines_between_blocks = 1
@@ -628,9 +628,9 @@ ij_scss_use_double_quotes = true
628
628
ij_scss_value_alignment = 0
629
629
630
630
[* .vue ]
631
- indent_size = 2
632
- tab_width = 2
633
- ij_continuation_indent_size = 4
631
+ ij_vue_indent_size = 2
632
+ ij_vue_continuation_indent_size = 4
633
+ ij_vue_tab_width = 2
634
634
ij_vue_indent_children_of_top_level = template
635
635
ij_vue_interpolation_new_line_after_start_delimiter = true
636
636
ij_vue_interpolation_new_line_before_end_delimiter = true
@@ -666,7 +666,8 @@ ij_xml_space_inside_empty_tag = false
666
666
ij_xml_text_wrap = normal
667
667
668
668
[{* .ats,* .cts,* .mts,* .ts} ]
669
- ij_continuation_indent_size = 4
669
+ ij_typescript_indent_size = 2
670
+ ij_typescript_continuation_indent_size = 4
670
671
ij_typescript_align_imports = false
671
672
ij_typescript_align_multiline_array_initializer_expression = false
672
673
ij_typescript_align_multiline_binary_operation = false
@@ -812,7 +813,7 @@ ij_typescript_spaces_within_brackets = false
812
813
ij_typescript_spaces_within_catch_parentheses = false
813
814
ij_typescript_spaces_within_for_parentheses = false
814
815
ij_typescript_spaces_within_if_parentheses = false
815
- ij_typescript_spaces_within_imports = false
816
+ ij_typescript_spaces_within_imports = true
816
817
ij_typescript_spaces_within_interpolation_expressions = false
817
818
ij_typescript_spaces_within_method_call_parentheses = false
818
819
ij_typescript_spaces_within_method_parentheses = false
@@ -840,8 +841,8 @@ ij_typescript_while_on_new_line = false
840
841
ij_typescript_wrap_comments = false
841
842
842
843
[{* .bash,* .sh,* .zsh} ]
843
- indent_size = 2
844
- tab_width = 2
844
+ ij_shell_indent_size = 2
845
+ ij_shell_tab_width = 2
845
846
ij_shell_binary_ops_start_line = false
846
847
ij_shell_keep_column_alignment_padding = false
847
848
ij_shell_minify_program = false
@@ -850,7 +851,8 @@ ij_shell_switch_cases_indented = false
850
851
ij_shell_use_unix_line_separator = true
851
852
852
853
[{* .cjs,* .js} ]
853
- ij_continuation_indent_size = 4
854
+ ij_javascript_indent_size = 2
855
+ ij_javascript_continuation_indent_size = 4
854
856
ij_javascript_align_imports = false
855
857
ij_javascript_align_multiline_array_initializer_expression = false
856
858
ij_javascript_align_multiline_binary_operation = false
@@ -992,7 +994,7 @@ ij_javascript_spaces_within_brackets = false
992
994
ij_javascript_spaces_within_catch_parentheses = false
993
995
ij_javascript_spaces_within_for_parentheses = false
994
996
ij_javascript_spaces_within_if_parentheses = false
995
- ij_javascript_spaces_within_imports = false
997
+ ij_javascript_spaces_within_imports = true
996
998
ij_javascript_spaces_within_interpolation_expressions = false
997
999
ij_javascript_spaces_within_method_call_parentheses = false
998
1000
ij_javascript_spaces_within_method_parentheses = false
@@ -1250,22 +1252,22 @@ ij_dts_wrap_long_lines = false
1250
1252
1251
1253
[{* .go,* .go2} ]
1252
1254
indent_style = tab
1253
- ij_continuation_indent_size = 4
1254
- ij_go_GROUP_CURRENT_PROJECT_IMPORTS = false
1255
+ ij_go_continuation_indent_size = 4
1256
+ ij_go_GROUP_CURRENT_PROJECT_IMPORTS = true
1255
1257
ij_go_add_leading_space_to_comments = true
1256
- ij_go_add_parentheses_for_single_import = false
1258
+ ij_go_add_parentheses_for_single_import = true
1257
1259
ij_go_call_parameters_new_line_after_left_paren = true
1258
1260
ij_go_call_parameters_right_paren_on_new_line = true
1259
1261
ij_go_call_parameters_wrap = off
1260
1262
ij_go_fill_paragraph_width = 80
1261
- ij_go_group_stdlib_imports = false
1262
- ij_go_import_sorting = gofmt
1263
+ ij_go_group_stdlib_imports = true
1264
+ ij_go_import_sorting = goimports
1263
1265
ij_go_keep_indents_on_empty_lines = false
1264
1266
ij_go_local_group_mode = project
1265
1267
ij_go_local_package_prefixes =
1266
- ij_go_move_all_imports_in_one_declaration = false
1267
- ij_go_move_all_stdlib_imports_in_one_group = false
1268
- ij_go_remove_redundant_import_aliases = false
1268
+ ij_go_move_all_imports_in_one_declaration = true
1269
+ ij_go_move_all_stdlib_imports_in_one_group = true
1270
+ ij_go_remove_redundant_import_aliases = true
1269
1271
ij_go_run_go_fmt_on_reformat = true
1270
1272
ij_go_use_back_quotes_for_imports = false
1271
1273
ij_go_wrap_comp_lit = off
@@ -1283,7 +1285,7 @@ ij_go_wrap_func_result_newline_before_rparen = true
1283
1285
[{* .gql,* .graphql,* .graphqls} ]
1284
1286
1285
1287
[{* .graphqlconfig,* .graphqlrc,* .har,* .jsb2,* .jsb3,* .json,* .jsonc,* .postman_collection,* .postman_collection.json,* .postman_environment,* .postman_environment.json,.babelrc,.eslintrc,.prettierrc,.stylelintrc,.ws-context,bowerrc,jest.config} ]
1286
- indent_size = 2
1288
+ ij_json_indent_size = 2
1287
1289
ij_json_array_wrapping = split_into_lines
1288
1290
ij_json_keep_blank_lines_in_code = 0
1289
1291
ij_json_keep_indents_on_empty_lines = false
@@ -1328,8 +1330,8 @@ ij_html_space_inside_empty_tag = false
1328
1330
ij_html_text_wrap = normal
1329
1331
1330
1332
[{* .http,* .rest} ]
1331
- indent_size = 0
1332
- ij_continuation_indent_size = 4
1333
+ ij_http-request_indent_size = 0
1334
+ ij_http-request_continuation_indent_size = 4
1333
1335
ij_http-request_call_parameters_wrap = normal
1334
1336
ij_http-request_method_parameters_wrap = split_into_lines
1335
1337
ij_http-request_space_before_comma = true
@@ -1428,8 +1430,8 @@ ij_kotlin_wrap_expression_body_functions = 1
1428
1430
ij_kotlin_wrap_first_method_in_call_chain = false
1429
1431
1430
1432
[{* .markdown,* .md} ]
1431
- indent_size = 2
1432
- tab_width = 2
1433
+ ij_markdown_indent_size = 2
1434
+ ij_markdown_tab_width = 2
1433
1435
ij_markdown_force_one_space_after_blockquote_symbol = true
1434
1436
ij_markdown_force_one_space_after_header_symbol = true
1435
1437
ij_markdown_force_one_space_after_list_bullet = true
@@ -1483,9 +1485,9 @@ ij_mermaid_within_round = false
1483
1485
ij_mermaid_within_square = false
1484
1486
1485
1487
[{* .pb,* .textproto,* .txtpb} ]
1486
- indent_size = 2
1487
- tab_width = 2
1488
- ij_continuation_indent_size = 4
1488
+ ij_prototext_indent_size = 2
1489
+ ij_prototext_continuation_indent_size = 4
1490
+ ij_prototext_tab_width = 2
1489
1491
ij_prototext_keep_blank_lines_in_code = 1
1490
1492
ij_prototext_keep_indents_on_empty_lines = false
1491
1493
ij_prototext_keep_line_breaks = true
@@ -1569,7 +1571,7 @@ ij_python_use_continuation_indent_for_parameters = true
1569
1571
ij_python_wrap_long_lines = false
1570
1572
1571
1573
[{* .qml,* .qmltypes} ]
1572
- ij_continuation_indent_size = 4
1574
+ ij_qmllang_continuation_indent_size = 4
1573
1575
ij_qmllang_align_imports = false
1574
1576
ij_qmllang_align_multiline_array_initializer_expression = false
1575
1577
ij_qmllang_align_multiline_binary_operation = false
@@ -1751,7 +1753,7 @@ ij_qute_keep_indents_on_empty_lines = false
1751
1753
ij_toml_keep_indents_on_empty_lines = false
1752
1754
1753
1755
[{* .yaml,* .yml,.clang-format,.clang-tidy,_clang-format} ]
1754
- indent_size = 2
1756
+ ij_yaml_indent_size = 2
1755
1757
ij_yaml_align_values_properties = do_not_align
1756
1758
ij_yaml_autoinsert_sequence_marker = true
1757
1759
ij_yaml_block_mapping_on_new_line = false
0 commit comments