Skip to content

0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Aug 23:36
· 12 commits to main since this release

Install

Install and setup dprint.

Then in your project's dprint configuration file:

  1. Specify the plugin url in the "plugins" array.
  2. Add a "dockerfile" configuration property if desired.
    {
      // ...etc...
      "dockerfile": {
        // config goes here
      },
      "plugins": [
        "https://plugins.dprint.dev/dockerfile-0.3.0.wasm"
      ]
    }

JS Formatting API