Skip to content

0.19.0

Choose a tag to compare

@github-actions github-actions released this 09 Dec 17:08
· 7 commits to main since this release
80c36e8

Changes

  • feat: upgrade to Microsoft.CodeAnalysis 5.0.0 (#25)

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.19.0.json@266eeba1a468cf46ac04d2d66459240732bf9624eb74d5acc5c7a90ca074bb86"
      ]
    }
  2. Add a "roslyn" configuration property if desired.
    {
      // ...etc...
      "roslyn": {
        "csharp.indentBlock": false,
        "visualBasic.indentWidth": 2
      }
    }