edition = "2021"
max_width = 100
hard_tabs = false
tab_spaces = 4
imports_granularity = "Crate"
group_imports = "StdExternalCrate"
reorder_imports = true
fn_single_line = false
where_single_line = false
force_explicit_abi = true
format_code_in_doc_comments = true
normalize_comments = true
wrap_comments = true
comment_width = 80
control_brace_style = "AlwaysSameLine"
indent_style = "Block"
match_block_trailing_comma = false
overflow_delimited_expr = true
use_small_heuristics = "Default"
use_field_init_shorthand = true
force_multiline_blocks = false
newline_style = "Unix"