YAML code formatting plugin for dprint.
Ensure you have Rust installed, and the wasm32-unknown-unknown
target:
rustup target add wasm32-unknown-unknown
You may wish to try out the plugin by building from source:
- Run
cargo build --target wasm32-unknown-unknown --release
- Reference the file at
./target/wasm32-unknown-unknown/release/dprint_plugin_yaml.wasm
in a dprint configuration file.
The tests are in the ./tests/specs
folder. To run the tests, run cargo test
.