mirror of
https://github.com/comit-network/comit-rs
synced 2025-10-06 00:32:52 +02:00
This has several advantages:
1. dprint is a lot faster, checking if the whole codebase is
formatted is so fast it is barely noticable.
2. A single tool for all languages (including markdown!), this
simplifies configuration a lot.
3. dprint directly depends on rustfmt and not on the version
shipped with cargo. As such, we can opt into any feature, nightly
or not which means we can remove the dependency on the Rust nightly
toolchain 🎉