eww/rustfmt.toml
2024-02-17 14:14:46 +01:00

18 lines
450 B
TOML

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