@@ -111,9 +111,9 @@ ij_java_for_statement_wrap = normal
111
111
ij_java_generate_final_locals = false
112
112
ij_java_generate_final_parameters = false
113
113
ij_java_if_brace_force = always
114
- ij_java_imports_layout = $* ,| , *
114
+ ij_java_imports_layout = $* , | , *
115
115
ij_java_indent_case_from_switch = true
116
- ij_java_insert_inner_class_imports = true
116
+ ij_java_insert_inner_class_imports = false
117
117
ij_java_insert_override_annotation = true
118
118
ij_java_keep_blank_lines_before_right_brace = 2
119
119
ij_java_keep_blank_lines_between_package_declaration_and_header = 2
@@ -457,7 +457,7 @@ ij_editorconfig_space_before_colon = false
457
457
ij_editorconfig_space_before_comma = false
458
458
ij_editorconfig_spaces_around_assignment_operators = true
459
459
460
- [{* .ant,* .bpmn,* .fxml,* .jhm,* .jnlp,* .jrxml,* .plan,* .pom,* .rng,* .tld,* .wadl,* .wsdd,* .wsdl,* .xjb,* .xml,* .xsd,* .xsl,* .xslt,* .xul} ]
460
+ [{* .ant, * .bpmn, * .fxml, * .jhm, * .jnlp, * .jrxml, * .plan, * .pom, * .rng, * .tld, * .wadl, * .wsdd, * .wsdl, * .xjb, * .xml, * .xsd, * .xsl, * .xslt, * .xul} ]
461
461
ij_continuation_indent_size = 2
462
462
ij_xml_align_attributes = false
463
463
ij_xml_align_text = false
@@ -477,14 +477,14 @@ ij_xml_space_inside_empty_tag = false
477
477
ij_xml_text_wrap = normal
478
478
ij_xml_use_custom_settings = true
479
479
480
- [{* .bash,* .sh,* .zsh} ]
480
+ [{* .bash, * .sh, * .zsh} ]
481
481
ij_shell_binary_ops_start_line = false
482
482
ij_shell_keep_column_alignment_padding = false
483
483
ij_shell_minify_program = false
484
484
ij_shell_redirect_followed_by_space = false
485
485
ij_shell_switch_cases_indented = false
486
486
487
- [{* .gant,* .gradle,* .groovy,* .gson,* .gy} ]
487
+ [{* .gant, * .gradle, * .groovy, * .gson, * .gy} ]
488
488
indent_size = 4
489
489
tab_width = 4
490
490
ij_continuation_indent_size = 8
@@ -665,7 +665,7 @@ ij_groovy_while_brace_force = never
665
665
ij_groovy_while_on_new_line = false
666
666
ij_groovy_wrap_long_lines = false
667
667
668
- [{* .gradle.kts,* .kt,* .kts,* .main.kts} ]
668
+ [{* .gradle.kts, * .kt, * .kts, * .main.kts} ]
669
669
indent_size = 4
670
670
tab_width = 4
671
671
ij_continuation_indent_size = 8
@@ -744,7 +744,7 @@ ij_kotlin_wrap_elvis_expressions = 1
744
744
ij_kotlin_wrap_expression_body_functions = 0
745
745
ij_kotlin_wrap_first_method_in_call_chain = false
746
746
747
- [{* .har,* .jsb2,* .jsb3,* .json,.babelrc,.eslintrc,.stylelintrc,bowerrc,jest.config} ]
747
+ [{* .har, * .jsb2, * .jsb3, * .json, .babelrc, .eslintrc, .stylelintrc, bowerrc, jest.config} ]
748
748
ij_json_keep_blank_lines_in_code = 0
749
749
ij_json_keep_indents_on_empty_lines = false
750
750
ij_json_keep_line_breaks = true
@@ -756,12 +756,12 @@ ij_json_spaces_within_braces = false
756
756
ij_json_spaces_within_brackets = false
757
757
ij_json_wrap_long_lines = false
758
758
759
- [{* .properties,spring.handlers,spring.schemas} ]
759
+ [{* .properties, spring.handlers, spring.schemas} ]
760
760
ij_properties_align_group_field_declarations = false
761
761
ij_properties_keep_blank_lines = false
762
762
ij_properties_key_value_delimiter = equals
763
763
ij_properties_spaces_around_key_value_delimiter = false
764
764
765
- [{* .yaml,* .yml} ]
765
+ [{* .yaml, * .yml} ]
766
766
ij_yaml_keep_indents_on_empty_lines = false
767
767
ij_yaml_keep_line_breaks = true
0 commit comments