@@ -342,7 +342,7 @@ ij_editorconfig_space_before_colon = false
342342ij_editorconfig_space_before_comma = false
343343ij_editorconfig_spaces_around_assignment_operators = true
344344
345- [{* .ant, * .fxml, * .jhm, * .jnlp, * .jrxml, * .pom, * .rng, * .tld, * .wsdl, * .xml, * .xsd, * .xsl, * .xslt, * .xul} ]
345+ [{* .ant,* .fxml,* .jhm,* .jnlp,* .jrxml,* .pom,* .rng,* .tld,* .wsdl,* .xml,* .xsd,* .xsl,* .xslt,* .xul} ]
346346ij_xml_align_attributes = true
347347ij_xml_align_text = false
348348ij_xml_attribute_wrap = normal
@@ -360,7 +360,7 @@ ij_xml_space_around_equals_in_attribute = false
360360ij_xml_space_inside_empty_tag = false
361361ij_xml_text_wrap = normal
362362
363- [{* .ats, * .ts} ]
363+ [{* .ats,* .ts} ]
364364ij_continuation_indent_size = 4
365365ij_typescript_align_imports = false
366366ij_typescript_align_multiline_array_initializer_expression = false
@@ -528,7 +528,7 @@ ij_typescript_while_brace_force = never
528528ij_typescript_while_on_new_line = false
529529ij_typescript_wrap_comments = false
530530
531- [{* .bash, * .sh, * .zsh} ]
531+ [{* .bash,* .sh,* .zsh} ]
532532indent_size = 2
533533tab_width = 2
534534ij_shell_binary_ops_start_line = false
@@ -537,7 +537,7 @@ ij_shell_minify_program = false
537537ij_shell_redirect_followed_by_space = false
538538ij_shell_switch_cases_indented = false
539539
540- [{* .cjs, * .js} ]
540+ [{* .cjs,* .js} ]
541541ij_continuation_indent_size = 4
542542ij_javascript_align_imports = false
543543ij_javascript_align_multiline_array_initializer_expression = false
@@ -702,10 +702,10 @@ ij_javascript_while_brace_force = never
702702ij_javascript_while_on_new_line = false
703703ij_javascript_wrap_comments = false
704704
705- [{* .ft, * .vm, * .vsl} ]
705+ [{* .ft,* .vm,* .vsl} ]
706706ij_vtl_keep_indents_on_empty_lines = false
707707
708- [{* .gant, * .gradle, * .groovy, * .gy} ]
708+ [{* .gant,* .gradle,* .groovy,* .gy} ]
709709ij_groovy_align_group_field_declarations = false
710710ij_groovy_align_multiline_array_initializer_expression = false
711711ij_groovy_align_multiline_assignment = false
@@ -884,7 +884,7 @@ ij_groovy_while_brace_force = never
884884ij_groovy_while_on_new_line = false
885885ij_groovy_wrap_long_lines = false
886886
887- [{* .gradle.kts, * .kt, * .kts, * .main.kts} ]
887+ [{* .gradle.kts,* .kt,* .kts,* .main.kts} ]
888888ij_kotlin_align_in_columns_case_branch = false
889889ij_kotlin_align_multiline_binary_operation = false
890890ij_kotlin_align_multiline_extends_list = false
@@ -963,7 +963,7 @@ ij_kotlin_wrap_elvis_expressions = 1
963963ij_kotlin_wrap_expression_body_functions = 0
964964ij_kotlin_wrap_first_method_in_call_chain = false
965965
966- [{* .har, * .jsb2, * .jsb3, * .json, .babelrc, .eslintrc, .stylelintrc, bowerrc, jest.config, mcmod.info} ]
966+ [{* .har,* .jsb2,* .jsb3,* .json,.babelrc,.eslintrc,.stylelintrc,bowerrc,jest.config,mcmod.info} ]
967967indent_size = 2
968968ij_json_keep_blank_lines_in_code = 0
969969ij_json_keep_indents_on_empty_lines = false
@@ -976,7 +976,7 @@ ij_json_spaces_within_braces = false
976976ij_json_spaces_within_brackets = false
977977ij_json_wrap_long_lines = false
978978
979- [{* .htm, * .html, * .sht, * .shtm, * .shtml} ]
979+ [{* .htm,* .html,* .sht,* .shtm,* .shtml} ]
980980ij_html_add_new_line_before_tags = body , div , p , form , h1 , h2 , h3
981981ij_html_align_attributes = true
982982ij_html_align_text = false
@@ -1004,7 +1004,7 @@ ij_html_space_inside_empty_tag = false
10041004ij_html_text_wrap = normal
10051005ij_html_uniform_ident = false
10061006
1007- [{* .yaml, * .yml} ]
1007+ [{* .yaml,* .yml} ]
10081008indent_size = 2
10091009ij_yaml_keep_indents_on_empty_lines = false
10101010ij_yaml_keep_line_breaks = true
0 commit comments