max_width = 120
tab_spaces = 2
edition = "2024"
hard_tabs = false
brace_style = "PreferSameLine"
fn_single_line = false
overflow_delimited_expr = true
imports_indent = "Visual"
imports_layout = "Vertical"
imports_granularity = "One"
reorder_imports = true
reorder_modules = true
match_arm_leading_pipes = "Always"
normalize_comments = true
format_strings = true
remove_nested_parens = true
reorder_impl_items = true
spaces_around_ranges = true
struct_field_align_threshold = 36
style_edition = "2024"
color = "Always"