On my laravel 9 site I have installed laravel/pint and running command
./vendor/bin/pint -v
checking modified code I see that there is no any rule like no more 120 symbols in 1 line.
Checking here https://github.com/laravel/pint/blob/main/resources/presets/laravel.php
I did not not find such rule... In my pint.json I set
"preset": "psr12",
How can I add such rule ?
"laravel/framework": "^9.19",
"laravel/pint": "^1.3",
Thanks in advance!