bram209 / leptosfmt

A formatter for the leptos view! macro
Apache License 2.0
271 stars 29 forks source link

Formatting breaks element generics #156

Open huuff opened 1 week ago

huuff commented 1 week ago

Before formatting:

image

After formatting:

image

Note that after formatting, it won't compile anymore.

Sorry to include screenshots, I think it was the best way to show the issue

MikeOnTea commented 10 hours ago

Yep, and it also removes the generic on the closing tag, which at least leptos 0.7 requires.