-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpint.json
More file actions
22 lines (20 loc) · 621 Bytes
/
pint.json
File metadata and controls
22 lines (20 loc) · 621 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"preset": "laravel",
"rules":
{
"curly_braces_position":
{
"control_structures_opening_brace": "next_line_unless_newline_at_signature_end",
"functions_opening_brace": "next_line_unless_newline_at_signature_end",
"classes_opening_brace": "next_line_unless_newline_at_signature_end",
"anonymous_classes_opening_brace": "next_line_unless_newline_at_signature_end",
"anonymous_functions_opening_brace": "next_line_unless_newline_at_signature_end"
}
},
"exclude": [
"config/",
"docs/",
"examples/",
"vendor/"
]
}