sapling/rustfmt.toml
Siddharth Agarwal df1590c586 updates for rustfmt 0.3.4
Summary:
One config option is now obsolete, and the other one got renamed.

(Note: this ignores all push blocking failures!)

Reviewed By: farnz

Differential Revision: D6668021

fbshipit-source-id: aff949662a9584b7aead3f571512787aa1e9a260
2018-01-05 12:07:01 -08:00

16 lines
548 B
TOML

# Run `rustfmt --config-help` to see available config options.
# Please keep these in alphabetical order.
condense_wildcard_suffixes = true
error_on_line_overflow = false
error_on_unformatted = false
# Too many derives can cause line length limits to be exceeded. rustfmt-nightly
# 0.2.5 doesn't appear to pay attention to this.
merge_derives = false
reorder_imported_names = true
reorder_imports = true
reorder_imports_in_group = true
# Override the Nuclide/Atom default tab spacing.
tab_spaces = 4
use_try_shorthand = true
write_mode = "replace"