# rustfmt doc - https://rust-lang.github.io/rustfmt/
# JC Style
= true # no comment
= "2024"
= 120
= 80
= 80
## Unstable (nightly component rustfmt needed)
= "Module"
= "One"
## Install rustfmt nightly
# rustup toolchain nightly nightly
# rustup component add rustfmt --toolchain nightly
## Run cargo fmt
# cargo +nightly fmt