-
-
Notifications
You must be signed in to change notification settings - Fork 63
Expand file tree
/
Copy pathpint.json
More file actions
20 lines (20 loc) · 618 Bytes
/
pint.json
File metadata and controls
20 lines (20 loc) · 618 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"preset": "laravel",
"rules": {
"not_operator_with_successor_space": false,
"heredoc_to_nowdoc": false,
"phpdoc_summary": false,
"concat_space": {
"spacing": "one"
},
"function_declaration": {
"closure_fn_spacing": "none"
},
"trailing_comma_in_multiline": false
},
"xxx_header_comment": {
"header": "@author Aaron Francis <aaron@tryhardstudios.com>\n\n@link https://aaronfrancis.com\n@link https://x.com/aarondfrancis",
"comment_type": "PHPDoc",
"location": "after_declare_strict"
}
}