@[email protected] to [email protected] • 1 year agoRust Digger: More than 14% of crates configure rustfmt. 35 have both rustfmt.toml and .rustfmt.tomlrust-digger.code-maven.commessage-square8fedilinkarrow-up129
arrow-up129external-linkRust Digger: More than 14% of crates configure rustfmt. 35 have both rustfmt.toml and .rustfmt.tomlrust-digger.code-maven.com@[email protected] to [email protected] • 1 year agomessage-square8fedilink
minus-square@[email protected]linkfedilink4•1 year 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.