Skip to content

0.3.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 27 May 03:22
· 1 commit to main since this release

Changes

Install

Install and setup dprint.

Then in your project's dprint configuration file:

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

JS Formatting API