DioxusLabs / dioxus

Fullstack GUI library for web, desktop, mobile, and more.
https://dioxuslabs.com
Apache License 2.0
19.37k stars 747 forks source link

Fix #2104: fmt incorrectly using 1-indexing for columns #2106

Closed jkelleyrtp closed 3 months ago

jkelleyrtp commented 3 months ago

Two issues in autofmt:

While doing this overhaul, I also finally ditched the prettier-please crate for the original prettyplease crate, meaning we have 1 fewer vendored crates to maintain (bringing that down the total down to 0!). This does lead to slightly less performance (since we can't make a File out of a borrowed Expr, but should be imperceptible in practice.