sapling/rustfmt.toml
Jeremy Fitzhardinge 1d142a6ae8 Back out D13589633 "revert D13584553, D13175922, D13166085 to fix rust builds"
Summary:
Rust thrift code generation now uses the right rustfmt.

Original commit changeset: 78c68068ddcb

Reviewed By: zertosh

Differential Revision: D13599740

fbshipit-source-id: be0ae80d36302be3f6f3532ab327c60ba4d460ef
2019-01-09 13:31:19 -08:00

10 lines
287 B
TOML

# Get help on options with `rustfmt --help=config`
# Please keep these in alphabetical order.
# Prefer to keep builtin and custom derives separate
merge_derives = false
reorder_imports = true
reorder_modules = true
tab_spaces = 4
use_field_init_shorthand = true
use_try_shorthand = true