ronda 0.1.0

A simple ron formatter
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# ronfmt

[![CI Status](https://github.com/ModProg/ronfmt/actions/workflows/test.yaml/badge.svg)](https://github.com/ModProg/ronfmt/actions/workflows/test.yaml)
[![Crates.io](https://img.shields.io/crates/v/ronfmt)](https://crates.io/crates/ronfmt)
<!-- [![Docs.rs](https://img.shields.io/crates/v/template?color=informational&label=docs.rs)](https://docs.rs/ronfmt) -->
<!-- [![Documentation for `main`](https://img.shields.io/badge/docs-main-informational)](https://modprog.github.io/ronfmt/ronfmt/) -->

A simple formatter for [`ron`](https://github.com/ron-rs/ron).

# Usage

```console
ronda /file/to/format.ron
```