unstable_features = true brace_style = "AlwaysNextLine" comment_width = 130 condense_wildcard_suffixes = true control_brace_style = "AlwaysNextLine" force_multiline_blocks = false format_code_in_doc_comments = true doc_comment_code_block_width = 130 format_macro_matchers = true #format_strings = true hard_tabs = true hex_literal_case = "Upper" match_block_trailing_comma = true max_width = 130 imports_granularity = "Module" newline_style = "Unix" overflow_delimited_expr = true reorder_impl_items = true reorder_imports = false group_imports = "StdExternalCrate" reorder_modules = false tab_spaces = 4 trailing_comma = "Never" use_field_init_shorthand = true #use_small_heuristics = "Off" wrap_comments = true