Skip to content

0.6.2

Compare
Choose a tag to compare
@github-actions github-actions released this 27 May 03:31
· 5 commits to main since this release

Changes

  • fix: strip utf-8 bom (#17)

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 "toml" configuration property if desired.
    {
      // ...etc...
      "toml": {
        // toml config goes here
      },
      "plugins": [
        "https://plugins.dprint.dev/toml-0.6.2.wasm"
      ]
    }

JS Formatting API