edition = "2024"
max_width = 100
hard_tabs = false
tab_spaces = 4
imports_granularity = "Crate"
group_imports = "StdExternalCrate"
reorder_imports = true
fn_single_line = false
fn_params_layout = "Tall"
use_small_heuristics = "Default"
trailing_comma = "Vertical"
trailing_semicolon = true
match_arm_blocks = true
match_block_trailing_comma = false
control_brace_style = "AlwaysSameLine"
wrap_comments = true
comment_width = 80
normalize_comments = true
normalize_doc_attributes = true
newline_style = "Auto"
indent_style = "Block"
struct_lit_single_line = true
enum_discrim_align_threshold = 0
array_width = 60
chain_width = 60
format_strings = false
format_macro_matchers = true
format_macro_bodies = true
format_generated_files = true
remove_nested_parens = true
reorder_impl_items = false
use_field_init_shorthand = true
use_try_shorthand = true
force_explicit_abi = true
blank_lines_upper_bound = 1
blank_lines_lower_bound = 0
where_single_line = false
overflow_delimited_expr = false
condense_wildcard_suffixes = false
unstable_features = false