28
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
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.