Configure Prettier Blade plugin options
mainThe @shufo/prettier-plugin-blade plugin supports standard Prettier options as well as specific Blade-related configuration keys. You can configure these in your .prettierrc or equivalent Prettier configuration file.
Standard Prettier Options
These options define the basic formatting behavior:
tabWidth: Number of spaces per tab (default:4).printWidth: Maximum line width (default:120).singleQuote: Use single quotes for strings (default:true).
Blade-Specific Options
These options control how Blade templates and HTML/PHP elements are formatted.