Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kachick/dprint-plugin-kdl
- Owner: kachick
- License: mit
- Created: 2024-08-09T11:20:55.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-16T02:00:22.000Z (26 days ago)
- Last Synced: 2024-12-16T03:17:38.636Z (26 days ago)
- Topics: dprint-plugin, kdl
- Language: Rust
- Homepage:
- Size: 143 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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