Skip to content

0.12.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Nov 07:15
· 18 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.12.0.json@4ff487ce66ba5a43a6a1fff0cbf767005a3c7bf8e38f1ee488f5a00c4a1c3966"
      ]
    }
  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
      }
    }