snaggen@programming.dev to Rust@programming.dev · 7 months agoRust Digger: More than 14% of crates configure rustfmt. 35 have both rustfmt.toml and .rustfmt.tomlrust-digger.code-maven.comexternal-linkmessage-square8fedilinkarrow-up129arrow-down11file-text
arrow-up128arrow-down1external-linkRust Digger: More than 14% of crates configure rustfmt. 35 have both rustfmt.toml and .rustfmt.tomlrust-digger.code-maven.comsnaggen@programming.dev to Rust@programming.dev · 7 months agomessage-square8fedilinkfile-text
minus-squareBB_C@programming.devlinkfedilinkarrow-up4·7 months agoOther 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.
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.