edition = "2024"
max_width = 100
use_small_heuristics = "Default"
imports_granularity = "Module"
group_imports = "StdExternalCrate"
reorder_imports = true
hard_tabs = false
tab_spaces = 4
newline_style = "Unix"
wrap_comments = true
comment_width = 80
normalize_comments = true
fn_params_layout = "Tall"
fn_single_line = false
match_arm_blocks = true
match_arm_leading_pipes = "Never"
match_block_trailing_comma = true
struct_lit_single_line = true
struct_field_align_threshold = 0
use_field_init_shorthand = true
use_try_shorthand = true
force_multiline_blocks = false