Jobboerse/rustfmt.toml
Skgland 2c399338aa
use nightly rustfmt with group_imports="StdExternalCrate" to format imports
config commented out again to not require nightly in general for formatting
2022-05-05 01:06:51 +02:00

5 lines
179 B
TOML

# https://rust-lang.github.io/rustfmt
# run formatting with cargo fmt
# requires nightly (cargo +nightly fmt) as it currently not yet stable
# group_imports = "StdExternalCrate"