# How the crates are formatted, and what CI's `cargo fmt --check` holds them to. rustfmt finds this
# from every crate below it. These are the settings closest to how the code was already written:
# wide lines, and short expressions kept on one line rather than broken at rustfmt's defaults.
= 140
= "Max"