-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpint.json
37 lines (37 loc) · 1.26 KB
/
pint.json
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
{
"preset": "psr12",
"rules": {
"phpdoc_align": true,
"phpdoc_separation": false,
"array_indentation": true,
"array_syntax": true,
"phpdoc_trim_consecutive_blank_line_separation": true,
"trim_array_spaces": true,
"global_namespace_import": true,
"phpdoc_trim": true,
"clean_namespace": true,
"no_break_comment": true,
"no_empty_comment": true,
"align_multiline_comment": true,
"no_blank_lines_after_phpdoc": true,
"no_empty_phpdoc": true,
"backtick_to_shell_exec": true,
"assign_null_coalescing_to_coalesce_equal": true,
"blank_line_after_namespace": true,
"blank_line_after_opening_tag": true,
"braces": true,
"cast_spaces": true,
"class_attributes_separation": true,
"combine_consecutive_issets": true,
"combine_consecutive_unsets": true,
"compact_nullable_typehint": true,
"concat_space": false,
"curly_braces_position": true,
"echo_tag_syntax": true,
"function_declaration": true,
"heredoc_indentation": true,
"integer_literal_case": true,
"magic_constant_casing": true,
"native_function_type_declaration_casing": true
}
}