Skip to content

0.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jul 16:27

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

JS Formatting API