Typst formatter as a dprint WASM plugin, powered by typstyle
dprint config add 'kachick/typstyle'
This plugin delegates the formatter feature to the upstream crate.
{
"typst": {
"column": 78
},
"plugins": [
"https://plugins.dprint.dev/kachick/typstyle-0.2.1.wasm"
]
}