Pretty YAML Plugin

Adapter plugin that formats YAML files via Pretty YAML.

Install and Setup

In your project's directory with a dprint.json file, run:

dprint config add g-plane/pretty_yaml

This will update your config file to have an entry for the plugin. Then optionally specify a "yaml" property to add configuration:

{
  "yaml": { // not "pretty_yaml"
    // Pretty YAML config goes here
  },
  "plugins": [
    "https://plugins.dprint.dev/g-plane/pretty_yaml-vx.x.x.wasm"
  ]
}

Configuration

See Configuration

Playground

See Playground