Skip to content
This repository has been archived by the owner on Dec 17, 2022. It is now read-only.

0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Mar 23:49
· 4 commits to main since this release
6fb6a8c

Install

Dependencies:

  1. Install dprint's CLI

In dprint configuration file:

  1. Specify the plugin url and checksum in the "plugins" array.

  2. Ensure the rs extension is matched in an "includes" pattern.

  3. 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"
      ]
    }