Skip to content

kachick/dprint-plugin-typstyle

Repository files navigation

dprint-plugin-typstyle

CI - Nix Status

Typst formatter as a dprint WASM plugin, powered by typstyle

Installation

dprint config add 'kachick/typstyle'

This plugin delegates the formatter feature to the upstream crate.

Configuration example

{
  "typst": {
    "column": 78
  },
  "plugins": [
    "https://plugins.dprint.dev/kachick/typstyle-0.2.1.wasm"
  ]
}