-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpint.json
More file actions
23 lines (23 loc) · 813 Bytes
/
pint.json
File metadata and controls
23 lines (23 loc) · 813 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"preset": "laravel",
"rules": {
"no_superfluous_phpdoc_tags": false,
"phpdoc_separation": false,
"phpdoc_trim": false,
"phpdoc_var_without_name": false,
"class_attributes_separation": false,
"single_blank_line_at_eof": false,
"blank_line_after_namespace": false,
"no_extra_blank_lines": false,
"no_blank_lines_after_class_opening": false,
"single_line_after_imports": false,
"no_trailing_whitespace_in_comment": false,
"single_line_empty_body": false,
"new_with_parentheses": false,
"fully_qualified_strict_types": false,
"ordered_imports": false,
"unary_operator_spaces": false,
"not_operator_with_successor_space": false,
"no_unused_imports": false
}
}