Skip to content

0.3.2

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Nov 03:22
· 33 commits to main since this release

Install

Dependencies:

  • Install dprint's CLI >= 0.24.0

In dprint configuration file:

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

    {
      // etc...
      "plugins": [
        "https://plugins.dprint.dev/exec-0.3.2.json@8efbbb3fcfbdf84142c3c438fbdeaf1637152a020032127c837b2b14e23261c3"
      ]
    }
  2. Ensure the file extensions necessary are matched in an "includes" pattern.

  3. Follow the configuration setup instructions found at https://github.com/dprint/dprint-plugin-exec#configuration