2019-12-04 08:32:35 +00:00
|
|
|
use_small_heuristics = "Max"
|
|
|
|
comment_width = 120
|
|
|
|
fn_args_layout = "Compressed"
|
|
|
|
where_single_line = true
|
|
|
|
merge_imports = true
|
|
|
|
max_width = 120
|
|
|
|
force_multiline_blocks = true
|
|
|
|
normalize_comments = true
|
|
|
|
trailing_comma = "Never"
|
|
|
|
trailing_semicolon = false
|
|
|
|
use_field_init_shorthand = true
|
|
|
|
use_try_shorthand = true
|
|
|
|
wrap_comments = true
|
|
|
|
overflow_delimited_expr = true
|
|
|
|
blank_lines_upper_bound = 2
|
|
|
|
normalize_doc_attributes = true
|
2020-06-24 13:28:16 +00:00
|
|
|
inline_attribute_width = 50
|
|
|
|
edition = "2018"
|
|
|
|
reorder_impl_items = true
|