g-plane / markup_fmt

Configurable HTML, Vue, Svelte, Astro, Angular, Jinja, Twig, Nunjucks and Vento formatter with dprint integration.
https://dprint.dev/plugins/markup_fmt/
MIT License
91 stars 4 forks source link

Fix style attribute formatting #43

Closed UnknownPlatypus closed 1 month ago

UnknownPlatypus commented 1 month ago

I was testing the fix in raffia/malva with a few test cases from https://github.com/g-plane/markup_fmt/pull/39. Looking really good :raised_hands:, thanks for the quick fix!

While at it, I figured I could just send a PR. Will maybe save you some time. I basically just added a few integration test cases, ran cargo update and updated the tests snapshots.

Cheers!

g-plane commented 1 month ago

Don't run cargo update please. Also, I think there's no need to add too many cases about it.

UnknownPlatypus commented 1 month ago

Ye I wasn't sure how you handle updates, feel free to close.

For the test I still think they are valuable, they would have caught the issue with the style cropped. They could probably be trimmed tho I agree