Wrapper around Roslyn in order to use it as a dprint plugin for C# and Visual Basic code formatting.
Specify a "roslyn" configuration property in dprint.json:
{
// etc...
"roslyn": {
"csharp.indentBlock": false,
"visualBasic.indentWidth": 2
}
}
C# configuration uses the CSharpFormattingOptions
(use "csharp.<property name goes here>": <value goes here>
in the configuration file).
It does not seem like roslyn supports any VB specific configuration.