-
Notifications
You must be signed in to change notification settings - Fork 18
/
codeoversight.yml
39 lines (39 loc) · 1.47 KB
/
codeoversight.yml
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
34
35
36
37
38
39
php:
align_array_elements: space
align_doc_tags: space
align_variables: space
closing_newline: add
closing_php_tag: remove
control_structure_parentheses_inner_whitespace: whitespace
doc_function_whitespace: no_space
else_if_whitespace: no_space
exclamation_whitespace: whitespace
force_control_structure_braces: force
function_args_separator_whitespace: whitespace
function_parentheses_inner_whitespace: whitespace
indentation_whitespace: tab
opening_doc_asterisk: double
php_tag_casing: lower
php_tags: full_php_tags
remove_double_semicolon: remove
remove_empty_trailing_leading_doc_lines: remove
semicolon_before_closing_php_tag: add
static_array_index_whitespace: no_space
string_operator_whitespace: whitespace
trailing_whitespace: remove
true_false_casing: lower
type_cast_casing: lower
type_cast_inner_whitespace: no_space
use_quotes: single_quotes
variable_array_index_whitespace: whitespace
whitespace_after_doc_asterisk: single_space
whitespace_after_else: space
whitespace_after_function_open: no_space
whitespace_after_function: newline
whitespace_before_control_structure_brace: space
whitespace_before_control_structure_parentheses: whitespace
whitespace_before_doc_asterisk: space
whitespace_before_else: space
whitespace_before_function_brace: space
whitespace_before_function_close: no_space
whitespace_before_function_parentheses: no_space