Skip to content

0.17.1

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Feb 19:15
· 2 commits to main since this release
049f91c

Changes

  • Seems to have fixed Mac aarch64 (#18 by @Phault)

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