https://github.com/kachick/dprint-plugin-kdl
KDL formatter as a dprint WASM plugin
https://github.com/kachick/dprint-plugin-kdl
dprint-plugin kdl
Last synced: about 2 months ago
JSON representation
KDL formatter as a dprint WASM plugin
- Host: GitHub
- URL: https://github.com/kachick/dprint-plugin-kdl
- Owner: kachick
- License: mit
- Created: 2024-08-09T11:20:55.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-04-01T02:00:36.000Z (about 2 months ago)
- Last Synced: 2025-04-01T03:21:31.784Z (about 2 months ago)
- Topics: dprint-plugin, kdl
- Language: Rust
- Homepage:
- Size: 237 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# dprint-plugin-kdl
[](https://github.com/kachick/dprint-plugin-kdl/actions/workflows/nix.yml?query=branch%3Amain+)
[KDL](https://github.com/kdl-org/kdl) formatter as a [dprint](https://github.com/dprint/dprint) WASM plugin
## Versions for KDL and dprint WASM Schema
| [dprint-plugin-kdl](https://github.com/kachick/dprint-plugin-kdl/releases) | [KDL](https://github.com/kdl-org/kdl/releases) | [dprint WASM schema](https://github.com/dprint/dprint/blob/main/docs/wasm-plugin-development.md) |
| -------------------------------------------------------------------------- | -------------------------------------------------------- | ------------------------------------------------------------------------------------------------ |
| 0.3.x | [2.0](https://github.com/kdl-org/kdl/releases/tag/2.0.0) | [v4](https://github.com/dprint/dprint/pull/858) |
| 0.2.x | 1.0 | v4 |
| 0.1.x | 1.0 | v3 |## Installation
```bash
dprint config add 'kachick/kdl'
```Currently there are no config options, all formatter features delegating to [upstream crate](https://github.com/kdl-org/kdl-rs).
```json
{
"kdl": {
},
"plugins": [
"https://plugins.dprint.dev/kachick/kdl-0.3.1.wasm"
]
}
```## Link