🐛 BUG: Not always respecting bracketSameLine
option
#364
Labels
- P3: minor bug
An edge case that only affects very specific usage (priority)
bracketSameLine
option
#364
Describe the Bug
Empty with multiple attributes do not always format as expected with the
bracketSameLine
option. The following is how Prettier formats this as HTML.But, Astro formats this as:
Setting the
bracketSameLine
option doesn’t change the output at all.Steps to Reproduce
npm create astro@latest
using template Emptynpm install --save-dev prettier prettier-plugin-astro
The text was updated successfully, but these errors were encountered: