`dprint-plugin-pug` is a small `dprint` formatter plugin for `.pug` files.
Build the plugin:
```sh
cargo build -p dprint-plugin-pug --target wasm32-unknown-unknown --release
```
Point `dprint` at the generated Wasm file:
```json
{
"plugins": [
],
"pug": {
}
}
```