# cue-fmt

[**cue-fmt**](https://cuelang.org) is a formatter for Cue.

You can enable the cue-fmt formatter with:

```shell
trunk check enable cue-fmt
```

## Auto Enabling

cue-fmt will be auto-enabled if any *Cue* files are present.

## Links

* [cue-fmt site](https://cuelang.org)
* cue-fmt Trunk Code Quality [integration source](https://github.com/trunk-io/plugins/tree/main/linters/cue-fmt)
* Trunk Code Quality's [open source plugins repo](https://github.com/trunk-io/plugins/tree/main)
