Modifying Prettier JavaScript Options | Formatter Configuration and Usage
You can change which prettier options are applied to attribute content by adding a attributeJsOptions configuration object to your .blade.format.json file. For example, to increase the print width and disable the insertion of semicolons, you could...