Wrapper around Csharpier in order to use it as a dprint plugin for C# formatting.
- Install dprint
- Follow instructions at https://github.com/Phault/dprint-plugin-csharpier/releases/
Specify a "csharpier" configuration property in dprint.json:
{
// etc...
"csharpier": {
"printWidth": 100
}
}
Refer to the official Csharpier docs for available options.
This project was forked from dprint-plugin-roslyn.