# array_width = 60 # Relative to max_width (60%) # attr_fn_like_width = 70 # Relative to max_width (70%) # binop_separator = "Front" # Not stable # blank_lines_lower_bound = 0 # Not stable # blank_lines_upper_bound = 1 # Not stable # brace_style = "SameLineWhere" # Not stable # chain_width = 60 # Relative to max_width (60%) # color = "Auto" # Not stable # combine_control_expr = true # Not stable comment_width = 100 # Not stable # condense_wildcard_suffixes = false # Not stable control_brace_style = "ClosingNextLine" # Not stable (I'd prefer AlwaysNextLine, but this is close) # disable_all_formatting = false # doc_comment_code_block_width = 100 # Not stable edition = "2021" # emit_mode = "Files" # Internal # empty_item_single_line = true # Not stable # enum_discrim_align_threshold = 0 # Not stable # error_on_line_overflow = false # Not stable # error_on_unformatted = false # Not stable #x# fn_args_layout = "Compressed" # Deprecated, renamed to fn_params_layout # fn_call_width = 60 # Relative to max_width (60%) fn_params_layout = "Compressed" fn_single_line = true # Not stable # force_explicit_abi = true # force_multiline_blocks = false # Not stable # format_code_in_doc_comments = false # Not stable # format_generated_files = true # Not stable # format_macro_bodies = true # Not stable # format_macro_matchers = false # Not stable format_strings = true # Not stable group_imports = "StdExternalCrate" # Not stable # hard_tabs = false # hex_literal_case = "Preserve" # Not stable # hide_parse_errors = false # Not stable ignore = ["examples"] # Not stable # imports_granularity = "Preserve" # Not stable # imports_indent = "Block" # Not stable # imports_layout = "Mixed" # Not stable # indent_style = "Block" # Not stable # inline_attribute_width = 0 # Not stable # license_template_path = "" # Not stable # make_backup = false # Internal # match_arm_blocks = true # Not stable (maybe should be false?) # match_arm_leading_pipes = "Never" # match_block_trailing_comma = false # max_width = 100 # merge_derives = true # merge_imports = false # Deprecated # newline_style = "Auto" # normalize_comments = false # Not stable # normalize_doc_attributes = false # Not stable overflow_delimited_expr = true # Not stable # remove_nested_parens = true reorder_impl_items = true # Not stable # reorder_imports = true # reorder_modules = true # report_fixme = "Never" # Not stable # report_todo = "Never" # Not stable # required_version = "1.4.38" # Not stable Defaults to CARGO_PKG_VERSION # short_array_element_width_threshold = 10 single_line_if_else_max_width = 70 # Relative to max_width (50%) single_line_let_else_max_width = 70 # Relative to max_width (50%) # skip_children = false # Not stable # skip_macro_invocations = [] # Not stable # space_after_colon = true # Not stable # space_before_colon = false # Not stable # spaces_around_ranges = false # Not stable struct_field_align_threshold = 25 # Not stable # struct_lit_single_line = true # Not stable struct_lit_width = 60 # Relative to max_width (18%) # struct_variant_width = 35 # Relative to max_width (35%) # tab_spaces = 4 trailing_comma = "Never" # Not stable # trailing_semicolon = true # Not stable # type_punctuation_density = "Wide" # Not stable unstable_features = true # Not stable use_field_init_shorthand = true # use_small_heuristics = "Default" # use_try_shorthand = false # version = "One" # Not stable # where_single_line = false # Not stable wrap_comments = true # Not stable