Skip to content

0.2.2

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Nov 03:49

Install

In .dprintrc.json:

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

    {
      // etc...
      "plugins": [
        "https://plugins.dprint.dev/roslyn-0.2.2.exe-plugin@44d9f8fc4db50b07196672e857dc0244f3f274374db0d188df464dc0aae487c7"
      ]
    }
  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
      }
    }