Skip to content

0.2.1

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Dec 00:10
· 25 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. Ensure .dockerfile file extensions are matched in an "includes" pattern.
  3. Add a "dockerfile" configuration property if desired.
    {
      // ...etc...
      "dockerfile": {
        // config goes here
      },
      "includes": [
        "**/*.{dockerfile}"
      ],
      "plugins": [
        "https://plugins.dprint.dev/dockerfile-0.2.1.wasm"
      ]
    }

JS Formatting API