Skip to content

Commit cb0ef4c

Browse files
Merge pull request #268 from CiderAndWhisky
Add information on FAILED checks
2 parents 035e058 + 0abd570 commit cb0ef4c

File tree

2 files changed

+119
-90
lines changed

2 files changed

+119
-90
lines changed

.editorconfig

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ij_editorconfig_space_before_colon = false
2222
ij_editorconfig_space_before_comma = false
2323
ij_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}]
2626
ij_xml_align_attributes = true
2727
ij_xml_align_text = false
2828
ij_xml_attribute_wrap = normal
@@ -42,12 +42,12 @@ ij_xml_text_wrap = normal
4242

4343
[*.php]
4444
ij_continuation_indent_size = 4
45-
ij_php_align_assignments = false
45+
ij_php_align_assignments = true
4646
ij_php_align_class_constants = false
4747
ij_php_align_group_field_declarations = false
4848
ij_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
5151
ij_php_align_multiline_binary_operation = false
5252
ij_php_align_multiline_chained_methods = false
5353
ij_php_align_multiline_extends_list = true
@@ -73,7 +73,7 @@ ij_php_blank_lines_after_opening_tag = 1
7373
ij_php_blank_lines_after_package = 1
7474
ij_php_blank_lines_around_class = 1
7575
ij_php_blank_lines_around_constants = 0
76-
ij_php_blank_lines_around_field = 0
76+
ij_php_blank_lines_around_field = 1
7777
ij_php_blank_lines_around_method = 1
7878
ij_php_blank_lines_before_class_end = 0
7979
ij_php_blank_lines_before_imports = 1
@@ -89,7 +89,7 @@ ij_php_catch_on_new_line = false
8989
ij_php_category_weight = 28
9090
ij_php_class_brace_style = next_line
9191
ij_php_comma_after_last_array_element = true
92-
ij_php_concat_spaces = false
92+
ij_php_concat_spaces = true
9393
ij_php_copyright_weight = 28
9494
ij_php_deprecated_weight = 28
9595
ij_php_do_while_brace_force = always
@@ -147,7 +147,7 @@ ij_php_method_weight = 28
147147
ij_php_modifier_list_wrap = false
148148
ij_php_multiline_chained_calls_semicolon_on_new_line = false
149149
ij_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
151151
ij_php_null_type_position = in_the_end
152152
ij_php_package_weight = 28
153153
ij_php_param_weight = 0
@@ -250,7 +250,7 @@ ij_php_version_weight = 28
250250
ij_php_while_brace_force = always
251251
ij_php_while_on_new_line = false
252252

253-
[{*.example,*.markdown,*.md}]
253+
[{*.example, *.markdown, *.md}]
254254
ij_wrap_on_typing = true
255255

256256
[*.yml]

0 commit comments

Comments
 (0)