Skip to content

Releases: dprint/dprint-plugin-dockerfile

0.3.2

27 May 03:22
Compare
Choose a tag to compare

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

0.3.0

27 Aug 23:36
Compare
Choose a tag to compare

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

0.2.3

11 Jun 14:43
Compare
Choose a tag to compare

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.3.wasm"
      ]
    }

JS Formatting API

0.2.2

01 Feb 16:32
Compare
Choose a tag to compare

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.2.wasm"
      ]
    }

JS Formatting API

0.2.1

11 Dec 00:10
Compare
Choose a tag to compare

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

0.2.0

31 Oct 17:58
Compare
Choose a tag to compare

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.0.wasm"
      ]
    }

JS Formatting API

0.1.1

10 Oct 00:27
Compare
Choose a tag to compare

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.1.1.wasm"
      ]
    }

JS Formatting API

0.1.0

09 Oct 21:19
Compare
Choose a tag to compare

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.1.0.wasm"
      ]
    }

JS Formatting API