numtide / treefmt-nix

treefmt nix configuration
https://numtide.github.io/treefmt/
MIT License
228 stars 68 forks source link

add dioxus fmt #127

Open divinenaman opened 10 months ago

divinenaman commented 10 months ago

adds formatter for rust dioxus framework: https://dioxuslabs.com/blog/release-030#autoformatting

zimbatm commented 9 months ago

The best is to talk to upstream so they add the missing options. Iterating over files in rust is always going to be faster than spawning a new process on each file. You can point them to https://numtide.github.io/treefmt/formatters-spec/#rules

divinenaman commented 9 months ago

@zimbatm checking upstream, meanwhile can you help me with this: https://github.com/juspay/nix-browser/pull/106 I was testing this program, but the includes glob isn't working as expected