edition = "2021"
imports_granularity = "Crate"
group_imports = "StdExternalCrate"
max_width = 100
comment_width = 80
fn_params_layout = "Tall"
fn_single_line = false
use_field_init_shorthand = true
where_single_line = false
newline_style = "Unix"
spaces_around_ranges = false
space_before_colon = false
space_after_colon = true
match_arm_blocks = true
match_block_trailing_comma = true
control_brace_style = "AlwaysSameLine"
reorder_imports = true
reorder_modules = true
blank_lines_upper_bound = 2
blank_lines_lower_bound = 0