# fprettier
fprettier is an auto-formatter for Fortran 90+ code.
fprettier is inspired by [fprettify](https://github.com/fortran-lang/fprettify) but strives to be:
- :zap: Fast, especially for large codebases
- :wrench: Actively maintained, with prompt responses to issues
## Installation
First, install Rust and Cargo by following the instructions at:
[https://rustup.rs](https://rustup.rs)
Then install `fprettier`:
```sh
cargo install fprettier
```
## Usage
Run `fprettier` with no arguments to display the usage information.