Configuring Laravel Pint | Formatter Configuration and Usage
…nt to customize the Pint command, you can add a pintCommand configuration option to your .blade.format.json configuration file. 1 { 2 " useLaravelPint " : true , 3 " pintCommand " : " your-pint-command {file} " 4 } Make sure to include the {file}...