# Stable-only options. CI runs `cargo fmt --all -- --check` on stable and beta,# so nightly-gated settings would silently no-op there and drift locally.edition="2021"max_width=100tab_spaces=4hard_tabs=falsenewline_style="Unix"reorder_imports=truereorder_modules=truemerge_derives=trueremove_nested_parens=trueuse_small_heuristics="Default"