emacs-format-all-the-code
emacs-format-all-the-code copied to clipboard
[Feature Request] Add support for dprint
dprint is
A pluggable and configurable code formatting platform written in Rust.
It supports a number of formats and languages and can be extended using plugins.
Since it can be called using dprint fmt --stdin <extension/file-name/file-path> it should hopefully not be too difficult to implement.