# cracode — rustfmt (stable `cargo fmt` compatible)
# Run: cargo fmt --all
= "2021"
# Primary line length.
= 100
# Break method / builder chains sooner (sub-limit of max_width).
= 80
# "Off" = stricter wrapping at max_width (fewer very long lines than "Default").
= "Off"
= false
= 4
= "Auto"
= true
= true
# --- Nightly rustfmt only (ignored on stable; use `cargo +nightly fmt --all`) ---
# imports_granularity = "Module"
# group_imports = "StdExternalCrate"
# wrap_comments = true
# comment_width = 80
# format_code_in_doc_comments = true