Skip to content

0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Feb 16:15

Install

In dprint.json:

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

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