edition = "2024"
max_width = 160
hard_tabs = false
tab_spaces = 4
newline_style = "Unix"
remove_nested_parens = true
reorder_imports = true
reorder_modules = true
use_small_heuristics = "Default"
imports_granularity = "Crate"
group_imports = "StdExternalCrate"
format_code_in_doc_comments = true
format_strings = true
normalize_comments = true
normalize_doc_attributes = true
wrap_comments = true
comment_width = 80
fn_params_layout = "Tall"
fn_call_width = 80
struct_field_align_threshold = 0
enum_discrim_align_threshold = 0
chain_width = 60
match_arm_blocks = true
match_arm_leading_pipes = "Never"
match_block_trailing_comma = true
control_brace_style = "AlwaysSameLine"