@@ -22,7 +22,7 @@ ij_editorconfig_space_before_colon = false
2222ij_editorconfig_space_before_comma = false
2323ij_editorconfig_spaces_around_assignment_operators = true
2424
25- [{* .ant,* .fxml,* .jhm,* .jnlp,* .jrxml,* .rng,* .tld,* .wsdl,* .xml,* .xsd,* .xsl,* .xslt,* .xul,phpunit.xml.dist} ]
25+ [{* .ant, * .fxml, * .jhm, * .jnlp, * .jrxml, * .rng, * .tld, * .wsdl, * .xml, * .xsd, * .xsl, * .xslt, * .xul, phpunit.xml.dist} ]
2626ij_xml_align_attributes = true
2727ij_xml_align_text = false
2828ij_xml_attribute_wrap = normal
@@ -46,8 +46,8 @@ ij_php_align_assignments = false
4646ij_php_align_class_constants = false
4747ij_php_align_group_field_declarations = false
4848ij_php_align_inline_comments = false
49- ij_php_align_key_value_pairs = false
50- ij_php_align_multiline_array_initializer_expression = false
49+ ij_php_align_key_value_pairs = true
50+ ij_php_align_multiline_array_initializer_expression = true
5151ij_php_align_multiline_binary_operation = false
5252ij_php_align_multiline_chained_methods = false
5353ij_php_align_multiline_extends_list = true
@@ -73,7 +73,7 @@ ij_php_blank_lines_after_opening_tag = 1
7373ij_php_blank_lines_after_package = 1
7474ij_php_blank_lines_around_class = 1
7575ij_php_blank_lines_around_constants = 0
76- ij_php_blank_lines_around_field = 0
76+ ij_php_blank_lines_around_field = 1
7777ij_php_blank_lines_around_method = 1
7878ij_php_blank_lines_before_class_end = 0
7979ij_php_blank_lines_before_imports = 1
@@ -89,7 +89,7 @@ ij_php_catch_on_new_line = false
8989ij_php_category_weight = 28
9090ij_php_class_brace_style = next_line
9191ij_php_comma_after_last_array_element = true
92- ij_php_concat_spaces = false
92+ ij_php_concat_spaces = true
9393ij_php_copyright_weight = 28
9494ij_php_deprecated_weight = 28
9595ij_php_do_while_brace_force = always
@@ -147,7 +147,7 @@ ij_php_method_weight = 28
147147ij_php_modifier_list_wrap = false
148148ij_php_multiline_chained_calls_semicolon_on_new_line = false
149149ij_php_namespace_brace_style = 1
150- ij_php_new_line_after_php_opening_tag = false
150+ ij_php_new_line_after_php_opening_tag = true
151151ij_php_null_type_position = in_the_end
152152ij_php_package_weight = 28
153153ij_php_param_weight = 0
@@ -221,7 +221,7 @@ ij_php_spaces_around_multiplicative_operators = true
221221ij_php_spaces_around_null_coalesce_operator = true
222222ij_php_spaces_around_relational_operators = true
223223ij_php_spaces_around_shift_operators = true
224- ij_php_spaces_around_unary_operator = false
224+ ij_php_spaces_around_unary_operator = true
225225ij_php_spaces_around_var_within_brackets = false
226226ij_php_spaces_within_array_initializer_braces = false
227227ij_php_spaces_within_brackets = false
@@ -250,7 +250,7 @@ ij_php_version_weight = 28
250250ij_php_while_brace_force = always
251251ij_php_while_on_new_line = false
252252
253- [{* .example,* .markdown,* .md} ]
253+ [{* .example, * .markdown, * .md} ]
254254ij_wrap_on_typing = true
255255
256256[* .yml ]
0 commit comments