Releases: dprint/dprint-plugin-rustfmt
0.6.2
0.6.1
Install
Dependencies:
- Install dprint's CLI
In dprint configuration file:
-
Specify the plugin url and checksum in the
"plugins"
array. -
Ensure the
rs
extension 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.6.1.exe-plugin@99b89a0599fd3a63e597e03436862157901f3facae2f0c2fbd0b9f656cdbc2a5" ] }
0.6.0
Install
Dependencies:
- Install dprint's CLI
In dprint configuration file:
-
Specify the plugin url and checksum in the
"plugins"
array. -
Ensure the
rs
extension 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.6.0.exe-plugin@8b65ed724170bd227e92a2f01d867e452ef7f26e78dc691999ffa37a276df27c" ] }
0.5.3
Install
Dependencies:
- Install dprint's CLI
In dprint configuration file:
-
Specify the plugin url and checksum in the
"plugins"
array. -
Ensure the
rs
extension 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.3.exe-plugin@50d39f72a7be52d8a05d6099ed5fbbc1710b6acc57a5b389aabd0b9774ce6fde" ] }
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
rs
extension 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" ] }
0.5.1
Install
Dependencies:
- Install dprint's CLI
In dprint configuration file:
-
Specify the plugin url and checksum in the
"plugins"
array. -
Ensure the
rs
extension 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.1.exe-plugin@c844fc16c507bba5ea99204b3e6e5a44d1c6a9be2577e63146515d769f06d8d3" ] }
0.4.0
Install
Dependencies:
- Install dprint's CLI >= 0.9.0
In dprint configuration file:
-
Specify the plugin url and checksum in the
"plugins"
array. -
Ensure the
rs
extension 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.4.0.exe-plugin@c6bb223ef6e5e87580177f6461a0ab0554ac9ea6b54f78ea7ae8bf63b14f5bc2" ] }
0.3.0
chore(release): 0.3.0
0.2.0
feat: Actually upgrade dprint-core.
0.1.0
chore: Maybe fix CI.