Configure Laravel Pint

This commit is contained in:
Jonny Barnes 2022-07-09 10:07:59 +01:00
parent 3ffd8c40a2
commit c714457604
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8

6
pint.json Normal file
View file

@ -0,0 +1,6 @@
{
"preset": "laravel",
"rules": {
"concat_space": false
}
}