Skip to content

0.16.1

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Oct 00:51
· 8 commits to main since this release
d4461e4

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.16.1.json@5e67a43911250ca354e9e6ab948a41428b69c5dbfd86e4e41d3c8a1d3323e231"
      ]
    }
  2. Add a "roslyn" configuration property if desired.

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