Skip to content

0.20.1

Latest

Choose a tag to compare

@github-actions github-actions released this 26 Mar 14:26
· 2 commits to main since this release
923a7bb

Changes

  • fix: use plugins.dprint.dev for release artifacts (#27)

Install

In a dprint configuration file:

  1. Specify the plugin url and checksum in the "plugins" array or run dprint config add roslyn.
    {
      // etc...
      "plugins": [
        "https://plugins.dprint.dev/roslyn-0.20.1.json@19d542734f015097dbed728ca7ae6a96af3a97d7dddd81a0f94b5c4f69217fa4"
      ]
    }
  2. Add a "roslyn" configuration property if desired.
    {
      // ...etc...
      "roslyn": {
        "csharp.indentBlock": false,
        "visualBasic.indentWidth": 2
      }
    }