Skip to content

0.5.1

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Sep 15:08
· 32 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 .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.1.wasm"
      ]
    }

JS Formatting API