Skip to content

0.2.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Feb 12:46

Changes

  • Add a config schema

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.2.json@7ee18eb6f024b77dbba765af61bc5024fc699814797f909715820fd8eeab4ca5"
      ]
    }
  2. Add a "csharpier" configuration property if desired.
    {
      // ...etc...
      "csharpier": {
        "printWidth": 100
      }
    }