sapling/rustfmt.toml
David Tolnay c854d5ef5b Remove configurations where we are using the default
Summary: We don't need to include settings in rustfmt.toml where we just use the default value. Maybe we set these back when they used to have a different default value.

Reviewed By: zertosh

Differential Revision: D21497076

fbshipit-source-id: 687d1aef1af9aca33261f679a91cc049bbf70d0a
2020-05-10 16:06:06 -07:00

7 lines
190 B
TOML

# Get help on options with `rustfmt --help=config`
# Please keep these in alphabetical order.
edition = "2018"
merge_derives = false
use_field_init_shorthand = true
use_try_shorthand = true