edition = "2018" max_width = 120 newline_style = "Unix" use_field_init_shorthand = true use_try_shorthand = true #TODO: activate the following features as soon as they become stable #binop_separator = "Front" # default #blank_lines_lower_bound = 0 # default #blank_lines_upper_bound = 2 #brace_style = "SameLineWhere" # default #color = "Auto" #combine_control_expr = true #comment_width = 80 #default #condense_wildcard_suffixes = true #control_brace_style = "AlwaysSameLine" # default #disable_all_formatting = false # default #empty_item_single_line = true # default #enum_discrim_align_threshold = 30 #error_on_line_overflow = true #error_on_unformatted = true #fn_single_line = true #force_multiline_blocks = false # default #format_doc_comments = true #format_macro_bodies = true # default #format_macro_matchers = true #format_strings = true #hide_parse_errors = false # default #imports_indent = "Block" # default #imports_layout = "Mixed" # default #indent_style = "Block" # default #inline_attribute_width = 0 # default #match_arm_blocks = true # default #match_block_trailing_comma = true #merge_imports = true #normalize_comments = true #normalize_doc_attributes = true #overflow_delimited_expr = false # default #reorder_impl_items = true #report_fixme = "Unnumbered" #report_todo = "Unnumbered" #skip_children = false # default #space_after_colon = true # default #space_before_colon = false # default #spaces_around_ranges = false # default #struct_field_align_threshold = 30 #struct_lit_single_line = true # default #trailing_comma = "Vertical" # default #trailing_semicolon = true # default #type_punctuation_density = "Wide" # default #unstable_features = false # default #version = "Two" #where_single_line = true #wrap_comments = true