An open API service indexing awesome lists of open source software.

https://github.com/scufflecloud/dprint-plugin-cedar

A plugin for dprint to format cedar policy files
https://github.com/scufflecloud/dprint-plugin-cedar

Last synced: 5 months ago
JSON representation

A plugin for dprint to format cedar policy files

Awesome Lists containing this project

README

          

# dprint-plugin-cedar

[![crates.io version](https://img.shields.io/crates/v/dprint-plugin-cedar.svg)](https://crates.io/crates/dprint-plugin-cedar)

Cedar formatting plugin for [dprint](https://github.com/dprint/dprint).

This uses the [cedar-policy-formatter](https://github.com/cedar-policy/cedar) library.

## Configuration

```json
{
"lineWidth": 80,
"indentWidth": 2
}
```

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.