20
Rust Digger: More than 14% of crates configure rustfmt. 35 have both rustfmt.toml and .rustfmt.toml
(rust-digger.code-maven.com)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
In every project I have exactly one line to use tabs:
hard_tabs = true
This is the way
Other than a couple already mentioned, I like match_block_trailing_comma
. Besides the symmetry, trailing commas in general are good for potentially reducing diffs in the future.
But really, I'm not that bothered.
I tend to set use_small_heuristics
to max
. Because ut annoys me when the it doesn't use the full line width when it could