binop_separator = "Front" blank_lines_lower_bound = 1 blank_lines_upper_bound = 1 brace_style = "SameLineWhere" combine_control_expr = false comment_width = 80 condense_wildcard_suffixes = true empty_item_single_line = true enum_discrim_align_threshold = 20 error_on_line_overflow = true error_on_unformatted = false fn_args_layout = "Tall" fn_call_width = 60 fn_single_line = true force_explicit_abi = true force_multiline_blocks = true doc_comment_code_block_width = 100 format_generated_files = true format_macro_matchers = true format_macro_bodies = true format_strings = true hard_tabs = false hex_literal_case = "Upper" imports_indent = "Block" import_layout = "HorizontalVertical" indent_style = "Block" match_arm_blocks = true match_arm_leading_pipes = "Always" match_block_trailing_comma = true max_width = 100 merge_derives = true imports_granularity = "One" newline_style = "Unix" normalize_comments = true normalize_doc_attributes = true overflow_delimited_expr = true remove_nested_parens = true reorder_impl_items = true reorder_imports = true group_imports = "StdExternalCrate" reorder_modules = true short_array_element_width_threshold = 10 single_line_if_else_max_width = true space_after_colon = true space_before_colon = false spaces_around_ranges = true struct_field_align_threshold = 20 struct_lit_single_line = true struct_lit_width = 20 struct_variant_width = 30 tab_spaces = 4 trailing_comma = "Vertical" trailing_semicolon = true type_punctuation_density = "Wide" # unstable_features = true use_small_heuristics = "Default" use_try_shorthand = true # version = "One" version = "Two" where_single_line = true wrap_comments = true