Skip to content

0.3.3

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Dec 22:05
· 26 commits to main since this release

Install

Dependencies:

  • Install dprint's CLI >= 0.24.0

In a dprint configuration file:

  1. Specify the plugin url and checksum in the "plugins" array or run dprint config add exec:

    {
      // etc...
      "plugins": [
        "https://plugins.dprint.dev/exec-0.3.3.json@3030ede7ad262ae29bed411459558aeb95a01a4056ee91068f3b8f64d97388f2"
      ]
    }
  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