Is your feature request related to a problem? Please describe.
The current defacto elm formatter (elm-format) is consistently borked on nixpkgs for aarch64-darwin, and even on x86_64-linux it will always crash when exiting my editor (helix), sometimes taking 10+ seconds and spitting out a bunch of garbage to stdout.
Describe the solution you'd like
There's a new project that could replace it which is written in rust using treesitter, and has the same default style: https://github.com/ad-si/elmfmt
Describe alternatives you've considered
I almost decided to write my own formatter but found elmfmt.
Additional context
Is your feature request related to a problem? Please describe.
The current defacto elm formatter (elm-format) is consistently borked on nixpkgs for aarch64-darwin, and even on x86_64-linux it will always crash when exiting my editor (helix), sometimes taking 10+ seconds and spitting out a bunch of garbage to stdout.
Describe the solution you'd like
There's a new project that could replace it which is written in rust using treesitter, and has the same default style: https://github.com/ad-si/elmfmt
Describe alternatives you've considered
I almost decided to write my own formatter but found elmfmt.
Additional context