Skip to content

Commit 40e0e39

Browse files
author
antoine
committed
add pint.json
1 parent 45a03fc commit 40e0e39

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

pint.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"preset": "laravel",
3+
"rules": {
4+
"class_attributes_separation": {
5+
"const": "only_if_meta",
6+
"property": "only_if_meta",
7+
"trait_import": "none"
8+
},
9+
"single_trait_insert_per_statement": false,
10+
"new_with_parentheses": {
11+
"named_class": true,
12+
"anonymous_class": true
13+
}
14+
}
15+
}

0 commit comments

Comments
 (0)