Skip to content

0.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Oct 07:41
· 19 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.11.0.json@653ea9bb14c1b7609502228523aa5e8e8fa329b1f752a685a43f28f38f5c8978"
      ]
    }
  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
      }
    }