Skip to content

kachick/dprint-plugin-kdl

Repository files navigation

dprint-plugin-kdl

CI - Nix Status

KDL formatter as a dprint WASM plugin

Versions for KDL and dprint WASM Schema

dprint-plugin-kdl KDL dprint WASM schema
0.3.x 2.0 v4
0.2.x 1.0 v4
0.1.x 1.0 v3

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