edition = "2024"
style_edition = "2024"
imports_granularity = "Crate"
group_imports = "StdExternalCrate"
reorder_imports = true
imports_indent = "Block"
wrap_comments = true
format_code_in_doc_comments = true
normalize_doc_attributes = true
comment_width = 80
max_width = 100
chain_width = 60
single_line_if_else_max_width = 50
single_line_let_else_max_width = 50
indent_style = "Block"
tab_spaces = 3
hard_tabs = false
space_before_colon = false
space_after_colon = true
spaces_around_ranges = false
binop_separator = "Front"
trailing_comma = "Vertical"
trailing_semicolon = true
match_block_trailing_comma = true
use_small_heuristics = "Max"
overflow_delimited_expr = true
use_field_init_shorthand = true
condense_wildcard_suffixes = true
merge_derives = true
remove_nested_parens = true
format_macro_bodies = true
format_strings = true
format_macro_matchers = true
reorder_impl_items = true
fn_params_layout = "Tall"
brace_style = "SameLineWhere"
where_single_line = false
match_arm_blocks = true
match_arm_leading_pipes = "Never"
struct_field_align_threshold = 20
enum_discrim_align_threshold = 20
blank_lines_upper_bound = 1
blank_lines_lower_bound = 0
newline_style = "Unix"
hex_literal_case = "Lower"
force_explicit_abi = true