1 2 3 4 5 6 7 8 9 10
binop_separator = "Back" comment_width = 120 imports_granularity = "Crate" max_width = 120 reorder_imports = true tab_spaces = 4 trailing_semicolon = true use_field_init_shorthand = true use_small_heuristics = "Max" wrap_comments = true