Skip to content

Commit 18e31ea

Browse files
committed
Updated .editorconfig
1 parent aff3f54 commit 18e31ea

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

.editorconfig

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,26 @@ indent_size = 4
33

44
[*.php]
55
indent_size = 4
6-
ij_php_force_empty_methods_in_one_line = true
7-
ij_php_phpdoc_blank_lines_around_parameters = true
8-
ij_php_align_key_value_pairs = true
6+
ij_php_align_assignments = true
97
ij_php_align_class_constants = true
108
ij_php_align_enum_cases = true
11-
ij_php_align_multiline_parameters_in_calls = false
9+
ij_php_align_key_value_pairs = true
10+
ij_php_align_multiline_parameters_in_calls = true
11+
ij_php_align_phpdoc_comments = true
12+
ij_php_align_phpdoc_param_names = true
13+
ij_php_comma_after_last_argument = true
14+
ij_php_comma_after_last_array_element = true
15+
ij_php_comma_after_last_closure_use_var = true
16+
ij_php_comma_after_last_match_arm = true
17+
ij_php_comma_after_last_parameter = true
18+
ij_php_force_empty_methods_in_one_line = true
19+
ij_php_force_short_declaration_array_style = true
20+
ij_php_keep_rparen_and_lbrace_on_one_line = true
21+
ij_php_line_comment_add_space = true
22+
ij_php_line_comment_at_first_column = false
23+
ij_php_phpdoc_blank_lines_around_parameters = true
24+
ij_php_phpdoc_wrap_long_lines = true
25+
ij_php_space_before_short_closure_left_parenthesis = true
1226

1327
[*.xml]
1428
indent_size = 2

0 commit comments

Comments
 (0)