lassik / emacs-format-all-the-code

Auto-format source code in many languages with one command
https://melpa.org/#/format-all
MIT License
611 stars 106 forks source link

[Feature Request] Add support for dprint #236

Open tmuehlbacher opened 1 year ago

tmuehlbacher commented 1 year ago

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.