0.2.0
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:
- Specify the plugin url and checksum in the
"plugins"array or rundprint config add csharpier. - Add a "csharpier" configuration property if desired.
{ // ...etc... "csharpier": { "printWidth": 100 } }
{ // etc... "plugins": [ "https://plugins.dprint.dev/Phault/csharpier-0.2.0.json@ea6c82022f7fcfbadcebb8c9be5ec4a7e4f81d45379fa6287909e032d8f4d207" ] }