edition = "2024"
style_edition = "2024"
max_width = 100
comment_width = 100
wrap_comments = false
tab_spaces = 4
hard_tabs = false
imports_granularity = "Module"
group_imports = "StdExternalCrate"
reorder_imports = true
reorder_modules = true
fn_params_layout = "Tall"
fn_single_line = false
struct_lit_single_line = true
enum_discrim_align_threshold = 20
match_block_trailing_comma = true
match_arm_blocks = true
chain_width = 60
use_field_init_shorthand = true
use_try_shorthand = true
format_strings = false
trailing_comma = "Vertical"
trailing_semicolon = true
blank_lines_lower_bound = 0
blank_lines_upper_bound = 1
newline_style = "Unix"
format_generated_files = false
format_macro_matchers = true
format_macro_bodies = true
doc_comment_code_block_width = 80
normalize_doc_attributes = true