Skip to content

Commit 33bdcc1

Browse files
authored
Update pint.json
1 parent 7d27997 commit 33bdcc1

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

pint.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"preset": "laravel",
33
"rules": {
4-
"@PSR12": true,
4+
"@PER": true,
5+
"@PER:risky": true,
56
"simplified_null_return": true,
67
"braces": false,
78
"new_with_braces": {
@@ -22,9 +23,12 @@
2223
]
2324
},
2425
"declare_strict_types": true,
25-
"not_operator_with_successor_space": true
26+
"not_operator_with_successor_space": true,
27+
"concat_space": {
28+
"spacing": "one"
29+
}
2630
},
2731
"exclude": [
2832
"build"
2933
]
30-
}
34+
}

0 commit comments

Comments
 (0)