max_width = 108
comment_width = 108
newline_style = "Unix"
hard_tabs = false
tab_spaces = 4
indent_style = "Block"
brace_style = "SameLineWhere"
control_brace_style = "AlwaysSameLine"
use_small_heuristics = "Max"
fn_single_line = false
where_single_line = false
imports_granularity = "Module"
group_imports = "StdExternalCrate"
reorder_imports = true
reorder_modules = true
wrap_comments = true
format_code_in_doc_comments = true
normalize_comments = true
normalize_doc_attributes = true
format_strings = false
format_macro_matchers = false
format_macro_bodies = true
trailing_comma = "Vertical"
match_block_trailing_comma = false
type_punctuation_density = "Wide"
space_before_colon = false
space_after_colon = true
spaces_around_ranges = false
binop_separator = "Front"
blank_lines_upper_bound = 1
blank_lines_lower_bound = 0
edition = "2021"
style_edition = "2024"
error_on_unformatted = true
error_on_line_overflow = false