mirror of
https://github.com/elkowar/eww.git
synced 2024-11-20 11:29:53 +03:00
18 lines
450 B
TOML
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
|