forked from nutgram/nutgram
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.editorconfig
31 lines (27 loc) · 866 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
29
30
31
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
max_line_length = 120
[*.php]
ij_php_phpdoc_param_spaces_between_type_and_name = 1
ij_php_phpdoc_param_spaces_between_tag_and_type = 1
ij_php_phpdoc_param_spaces_between_name_and_description = 1
ij_php_phpdoc_wrap_long_lines = false
ij_php_else_if_style = combine
ij_php_align_multiline_parameters = false
ij_php_method_parameters_right_paren_on_new_line = true
ij_php_method_parameters_new_line_after_left_paren = true
ij_php_space_before_short_closure_left_parenthesis = true
ij_php_space_before_closure_left_parenthesis = true
ij_php_keep_indents_on_empty_lines = false
ij_php_space_after_type_cast = false
ij_php_concat_spaces = false
[src/Telegram/**.php]
max_line_length = off
[{*.json,*.yml}]
indent_size = 2