edition = "2024"
max_width = 100
hard_tabs = false
tab_spaces = 4
newline_style = "Unix"
use_small_heuristics = "Default"
format_strings = true
format_macro_matchers = true
normalize_comments = true
normalize_doc_attributes = true
wrap_comments = true
comment_width = 80
fn_params_layout = "Tall"
brace_style = "SameLineWhere"
control_brace_style = "AlwaysSameLine"
struct_field_align_threshold = 0
enum_discrim_align_threshold = 0
trailing_comma = "Vertical"
trailing_semicolon = true
spaces_around_ranges = false
type_punctuation_density = "Wide"
remove_nested_parens = true
use_field_init_shorthand = true
force_explicit_abi = true
condense_wildcard_suffixes = true