Skip to content

Releases: dprint/dprint-plugin-toml

0.5.0

29 Aug 19:25

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 .toml file extensions are matched in an "includes" pattern.
  3. Add a "toml" configuration property if desired.
    {
      // ...etc...
      "toml": {
        // toml config goes here
      },
      "includes": [
        "**/*.{toml}"
      ],
      "plugins": [
        "https://plugins.dprint.dev/toml-0.5.0.wasm"
      ]
    }

JS Formatting API

0.4.1

02 Aug 23:06

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 .toml file extensions are matched in an "includes" pattern.
  3. Add a "toml" configuration property if desired.
    {
      // ...etc...
      "toml": {
        // toml config goes here
      },
      "includes": [
        "**/*.{toml}"
      ],
      "plugins": [
        "https://plugins.dprint.dev/toml-0.4.1.wasm"
      ]
    }

JS Formatting API

0.4.0

01 Aug 20:15

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 .toml file extensions are matched in an "includes" pattern.
  3. Add a "toml" configuration property if desired.
    {
      // ...etc...
      "toml": {
        // toml config goes here
      },
      "includes": [
        "**/*.{toml}"
      ],
      "plugins": [
        "https://plugins.dprint.dev/toml-0.4.0.wasm"
      ]
    }

JS Formatting API

0.3.2

01 Aug 02:55

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 .toml file extensions are matched in an "includes" pattern.
  3. Add a "toml" configuration property if desired.
    {
      // ...etc...
      "toml": {
        // toml config goes here
      },
      "includes": [
        "**/*.{toml}"
      ],
      "plugins": [
        "https://plugins.dprint.dev/toml-0.3.2.wasm"
      ]
    }

JS Formatting API

0.3.1

01 Aug 02:41

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 .toml file extensions are matched in an "includes" pattern.
  3. Add a "toml" configuration property if desired.
    {
      // ...etc...
      "toml": {
        // toml config goes here
      },
      "includes": [
        "**/*.{toml}"
      ],
      "plugins": [
        "https://plugins.dprint.dev/toml-0.3.1.wasm"
      ]
    }

JS Formatting API

0.3.0

01 Aug 01:31

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 .toml file extensions are matched in an "includes" pattern.
  3. Add a "toml" configuration property if desired.
    {
      // ...etc...
      "toml": {
        // toml config goes here
      },
      "includes": [
        "**/*.{toml}"
      ],
      "plugins": [
        "https://plugins.dprint.dev/toml-0.3.0.wasm"
      ]
    }

JS Formatting API

0.2.1

10 Jul 16:57

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 .toml file extensions are matched in an "includes" pattern.
  3. Add a "toml" configuration property if desired.
    {
      // ...etc...
      "toml": {
        // toml config goes here
      },
      "includes": [
        "**/*.{toml}"
      ],
      "plugins": [
        "https://plugins.dprint.dev/toml-0.2.1.wasm"
      ]
    }

JS Formatting API

0.2.0

10 Jul 16:37

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 .toml file extensions are matched in an "includes" pattern.
  3. Add a "toml" configuration property if desired.
    {
      // ...etc...
      "toml": {
        // toml config goes here
      },
      "includes": [
        "**/*.{toml}"
      ],
      "plugins": [
        "https://plugins.dprint.dev/toml-0.2.0.wasm"
      ]
    }

JS Formatting API

0.1.2

10 Jul 15:32

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 .toml file extensions are matched in an "includes" pattern.
  3. Add a "toml" configuration property if desired.
    {
      // ...etc...
      "toml": {
        // toml config goes here
      },
      "includes": [
        "**/*.{toml}"
      ],
      "plugins": [
        "https://plugins.dprint.dev/toml-0.1.2.wasm"
      ]
    }

JS Formatting API