# blank_lines_upper_bound = 2
# brace_style = "SameLineWhere" # default
# control_brace_style = "ClosingNextLine"
edition = "2021"
# indent_style = "Block" # default
# license_template_path
imports_granularity = "Module"
reorder_impl_items = true
reorder_imports = true # default
group_imports = "StdExternalCrate"
reorder_modules = true # default
space_after_colon = true # default
tab_spaces = 4 # default
trailing_comma = "Vertical" #default
unstable_features = true
use_field_init_shorthand = true
use_try_shorthand = true
version = "Two"