Skip to content

0.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Sep 07:25
· 20 commits to main since this release

Install

In dprint configuration file:

  1. Specify the plugin url and checksum in the "plugins" array.

    {
      // etc...
      "plugins": [
        "https://plugins.dprint.dev/roslyn-0.10.0.json@e6c2aef87391ff6057a36c6822b9d57654dc4d04abf339c4d60143f1aaf74903"
      ]
    }
  2. Ensure .cs and .vb file extensions are matched in an "includes" pattern.

  3. Add a "roslyn" configuration property if desired.

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