generated from spatie/package-skeleton-php
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.editorconfig
33 lines (30 loc) · 1.03 KB
/
.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
29
30
31
32
33
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[*.php]
ij_php_call_parameters_new_line_after_left_paren = false
ij_php_call_parameters_right_paren_on_new_line = false
ij_php_align_multiline_parameters_in_calls = false
ij_php_call_parameters_wrap = normal
ij_php_align_assignments = false
ij_php_align_multiline_array_initializer_expression = false
ij_php_align_key_value_pairs = false
ij_php_space_after_unary_not = true
ij_php_space_before_colon_in_return_type = false
ij_php_align_class_constants = false
ij_php_space_before_short_closure_left_parenthesis = true
ij_php_align_multiline_parameters = false
ij_php_spaces_around_pipe_in_union_type = true
ij_php_space_after_type_cast = true
ij_php_comma_after_last_array_element = true
ij_php_comma_after_last_argument = true
ij_php_comma_after_last_closure_use_var = true
ij_php_comma_after_last_parameter = true
ij_php_force_short_declaration_array_style = true