prettier-plugin-laravel-blade 1.5.0 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -83,6 +83,7 @@ prettier --check "**/*.blade.php"
83
83
  | `bladeAttributeSort` | `"none"` | `none`, `alphabetical`, `by_type` | Reorder attributes (HTML, Alpine, Livewire) |
84
84
  | `bladeClosingBracketStyle` | `"same_line"` | `same_line`, `new_line` | Where `>` sits when attributes wrap |
85
85
  | `bladeSelfClosingStyle` | `"preserve"` | `preserve`, `always`, `never` | `<x-icon />` vs `<x-icon></x-icon>` for empty tags |
86
+ | `bladeInlineSelfClosingComponents` | `false` | `true`, `false` | Collapse a standalone self-closing component (`<x-icon />` as an element's only child) onto its parent's line. Default keeps it on its own line; a component in a text flow always stays inline |
86
87
 
87
88
  ## How It Works
88
89