Skip to content

0.17.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Nov 07:18
· 6 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.17.0.json@e234744fa209f46a86e14a1e4fba5b22dc0c3486a211c1dd0e97464437a771ab"
      ]
    }
  2. Add a "roslyn" configuration property if desired.

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