1 2 3 4 5 6 7 8 9 10 11 12 13
max_width = 100 comment_width = 80 merge_imports = true match_block_trailing_comma = true newline_style = "Unix" overflow_delimited_expr = true reorder_impl_items = true use_field_init_shorthand = true edition = "2018" unstable_features = true format_strings = true wrap_comments = true