1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-23 05:12:40 +03:00

simplify rustfmt options

This commit is contained in:
Wez Furlong 2018-08-02 22:34:19 -07:00
parent 039eadc05f
commit e151e825de

View File

@ -1,14 +1,3 @@
# 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
struct_lit_single_line = true
# Override the Nuclide/Atom default tab spacing.
tab_spaces = 4
use_field_init_shorthand = true
use_try_shorthand = true
wrap_comments = true