emacs-format-all-the-code icon indicating copy to clipboard operation
emacs-format-all-the-code copied to clipboard

[Feature Request] Add support for dprint

Open tmuehlbacher opened this issue 2 years ago • 0 comments

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.

tmuehlbacher avatar Sep 01 '23 19:09 tmuehlbacher