auto-impl-rs / auto_impl

Automatically implement traits for common smart pointers
Apache License 2.0
104 stars 14 forks source link

Bring rustfmt config closer to default style #63

Closed LukasKalbertodt closed 4 years ago

LukasKalbertodt commented 4 years ago

Fewer adjustments to the default style are better IMO. Of the things I changed, many were also not necessary (they just specified the default value) and others didn't change anything. only match_block_trailing_comma changed code, but I agree with those changes.