Skip to content

0.16.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Aug 07:15
· 11 commits to main since this release

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.16.0.json@a508b0823fa356a33b43fc071e1cebe4a9c9ded12ca2f84c46ba67e2a3f13487"
      ]
    }
  2. Add a "roslyn" configuration property if desired.

    {
      // ...etc...
      "roslyn": {
        "csharp.indentBlock": false,
        "visualBasic.indentWidth": 2
      }
    }