Skip to content

0.2.0

Choose a tag to compare

@github-actions github-actions released this 20 Feb 17:50
· 3 commits to main since this release

Changes

  • Add self to dprint plugins and run formatter
  • Add the missing options which are now exposed by csharpier
  • Release v0.2.0
  • Update mention of supported options in README

Install

In a dprint configuration file:

  1. Specify the plugin url and checksum in the "plugins" array or run dprint config add csharpier.
    {
      // etc...
      "plugins": [
        "https://plugins.dprint.dev/Phault/csharpier-0.2.0.json@ea6c82022f7fcfbadcebb8c9be5ec4a7e4f81d45379fa6287909e032d8f4d207"
      ]
    }
  2. Add a "csharpier" configuration property if desired.
    {
      // ...etc...
      "csharpier": {
        "printWidth": 100
      }
    }