eww/rustfmt.toml

18 lines
450 B
TOML
Raw Normal View History

use_small_heuristics = "Max"
max_width = 130
use_field_init_shorthand = true
# these where set when we where still on nightly
# unstable_features = true
# fn_single_line = false
# reorder_impl_items = true
# imports_granularity = "Crate"
# normalize_comments = true
# wrap_comments = true
# combine_control_expr = false
# condense_wildcard_suffixes = true
# format_code_in_doc_comments = true
# format_macro_matchers = true
# format_strings = true