2021-10-29 12:29:35 +00:00
|
|
|
reorder_imports = true
|
|
|
|
imports_granularity = "Crate"
|
|
|
|
use_small_heuristics = "Max"
|
|
|
|
comment_width = 100
|
|
|
|
wrap_comments = true
|
|
|
|
binop_separator = "Back"
|
|
|
|
trailing_comma = "Vertical"
|
|
|
|
trailing_semicolon = false
|
2022-09-28 18:58:26 +00:00
|
|
|
use_field_init_shorthand = true
|