Skip to content

0.15.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Aug 07:16
· 12 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.15.0.json@645ae2274345442cc90c81021725674e4667a1d6eafc0e7284b924d6a556e8bf"
      ]
    }
  2. Add a "roslyn" configuration property if desired.

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