This repository was archived by the owner on Dec 17, 2022. It is now read-only.
0.5.2
Install
Dependencies:
- Install dprint's CLI
In dprint configuration file:
-
Specify the plugin url and checksum in the
"plugins"array. -
Ensure the
rsextension is matched in an"includes"pattern. -
Add a
"rustfmt"configuration property if desired.
{ // ...etc... "rustfmt": { "brace_style": "AlwaysNextLine" }, "includes": [ "**/*.{rs}" ], "plugins": [ "https://plugins.dprint.dev/rustfmt-0.5.2.exe-plugin@9864332db8a2bd3aa2effc910d1f8f923b95dc3b71b1fe132377634d5b4ce706" ] }