Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 21 days ago
JSON representation

KDL formatter as a dprint WASM plugin

Awesome Lists containing this project

README

        

# dprint-plugin-kdl

[![CI - Nix Status](https://github.com/kachick/dprint-plugin-kdl/actions/workflows/nix.yml/badge.svg?branch=main)](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

## WASM Schema versions

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

| [schema version](https://github.com/dprint/dprint/blob/main/docs/wasm-plugin-development.md) | [dprint-plugin-kdl](https://github.com/kachick/dprint-plugin-kdl/releases) |
| -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------- |
| [v4](https://github.com/dprint/dprint/pull/858) | 0.2.0 or later |
| v3 | 0.1.0 |

## 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.2.1.wasm"
]
}
```

## Link