Skip to content

0.14.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Jul 02:24
· 14 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.14.0.json@6f6a9aee458d0c6fc2a8aba5f1638b9dca2adc1ff3e202fe4eb639a30a374127"
      ]
    }
  2. Add a "roslyn" configuration property if desired.

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