Open tmuehlbacher opened 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.
dprint fmt --stdin <extension/file-name/file-path>
dprint is
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.