-
-
Notifications
You must be signed in to change notification settings - Fork 93
/
.editorconfig
28 lines (27 loc) · 971 Bytes
/
.editorconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
root = true
[*]
ij_php_special_else_if_treatment = false
ij_any_special_else_if_treatment = false
ij_php_block_brace_style = end_of_line
ij_php_class_brace_style = end_of_line
ij_php_for_brace_force = always
ij_php_if_brace_force = never
ij_php_method_brace_style = end_of_line
ij_php_space_after_type_cast = true
ij_php_space_after_colon_in_return_type = true
ij_php_blank_lines_after_imports = 1
ij_php_blank_lines_before_imports = 1
ij_php_align_class_constants = true
ij_php_align_assignments = true
ij_php_align_inline_comments = true
ij_php_align_key_value_pairs = true
ij_php_align_group_field_declarations = true
ij_php_align_multiline_array_initializer_expression = true
ij_php_align_multiline_for = true
ij_php_align_phpdoc_comments = true
ij_php_align_phpdoc_param_names = true
ij_php_import_sorting = alphabetic
ij_php_blank_lines_after_class_header = 1
ij_php_blank_lines_before_class_end = 1
ij_php_else_if_style = separate
ij_any_else_on_new_line = false