edition = "2024"
max_width = 120
tab_spaces = 4
hard_tabs = false
newline_style = "Unix"
imports_granularity = "Crate"
group_imports = "StdExternalCrate"
reorder_imports = true
reorder_modules = true
normalize_comments = true
normalize_doc_attributes = true
use_field_init_shorthand = true
use_try_shorthand = true
merge_derives = true
reorder_impl_items = true
condense_wildcard_suffixes = true
format_code_in_doc_comments = true
format_macro_bodies = true
format_macro_matchers = true
format_strings = true
empty_item_single_line = true
fn_single_line = false
where_single_line = false
overflow_delimited_expr = true
struct_field_align_threshold = 0
struct_lit_single_line = true
match_arm_blocks = false
match_arm_leading_pipes = "Preserve"
match_block_trailing_comma = false
wrap_comments = true
comment_width = 100
space_after_colon = true
space_before_colon = false
spaces_around_ranges = false
binop_separator = "Front"
trailing_comma = "Vertical"
trailing_semicolon = true
type_punctuation_density = "Wide"
brace_style = "SameLineWhere"
control_brace_style = "AlwaysSameLine"
indent_style = "Block"
force_multiline_blocks = false
format_generated_files = false
skip_children = false
show_parse_errors = true
error_on_line_overflow = false
error_on_unformatted = false
unstable_features = true
style_edition = "2024"