max_width = 100
comment_width = 80

wrap_comments = true
hard_tabs = false
tab_spaces = 4
imports_layout = "Vertical"
imports_granularity = "Crate"

newline_style = "Unix"
use_small_heuristics = "Default"

reorder_imports = true
reorder_modules = true

remove_nested_parens = true

fn_params_layout = "Tall"

edition = "2021"

match_block_trailing_comma = true

merge_derives = true

use_try_shorthand = false
use_field_init_shorthand = false

force_explicit_abi = true