Configuration
Configure the plugin in the asciidoc object of your dprint.jsonc:
{
"asciidoc": {
"lineWidth": 80,
"indentWidth": 2,
"useTabs": false,
"newLineKind": "lf"
}
}
Configure the plugin in the asciidoc object of your dprint.jsonc:
{
"asciidoc": {
"lineWidth": 80,
"indentWidth": 2,
"useTabs": false,
"newLineKind": "lf"
}
}