Skip to content

kachick/dprint-plugin-kdl

Repository files navigation

dprint-plugin-kdl

CI - Nix Status

KDL formatter as a dprint WASM plugin

WASM Schema versions

If you encounter any errors, please try updating this plugin or dprint itself.

schema version dprint-plugin-kdl
v4 0.2.0 or later
v3 0.1.0

Installation

dprint config add 'kachick/kdl'

Currently there are no config options, all formatter features delegating to upstream crate.

{
  "kdl": {
  },
  "plugins": [
    "https://plugins.dprint.dev/kachick/kdl-0.2.1.wasm"
  ]
}

Link

kdl-org/kdl#393