blank_lines_lower_bound = 1 blank_lines_upper_bound = 2 brace_style = "SameLineWhere" chain_width = 1 comment_width = 64 condense_wildcard_suffixes = true control_brace_style = "ClosingNextLine" enum_discrim_align_threshold = 20 format_code_in_doc_comments = true format_macro_matchers = true format_strings = true group_imports = "StdExternalCrate" hard_tabs = true imports_granularity = "Crate" imports_layout = "HorizontalVertical" match_block_trailing_comma = true merge_derives = true normalize_doc_attributes = true overflow_delimited_expr = true remove_nested_parens = true reorder_impl_items = true reorder_imports = true reorder_modules = true struct_field_align_threshold = 32 trailing_comma = "Vertical" trailing_semicolon = true type_punctuation_density = "Wide" unstable_features = true use_try_shorthand = true version = "Two" where_single_line = true wrap_comments = true