forked from eusonlito/Password-Manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpint.json
26 lines (24 loc) · 884 Bytes
/
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
{
"preset": "laravel",
"rules": {
"@PHP80Migration": true,
"@PSR2": true,
"blank_line_after_opening_tag": false,
"cast_spaces": false,
"Laravel/laravel_phpdoc_alignment": false,
"linebreak_after_opening_tag": false,
"no_superfluous_phpdoc_tags": false,
"no_unused_imports": true,
"not_operator_with_successor_space": false,
"nullable_type_declaration_for_default_null_value": true,
"ordered_imports": false,
"phpdoc_order": true,
"phpdoc_separation": true,
"single_line_comment_style": false,
"curly_braces_position": {
"allow_single_line_empty_anonymous_classes": true,
"anonymous_classes_opening_brace": "next_line_unless_newline_at_signature_end",
"anonymous_functions_opening_brace": "same_line"
}
}
}