verbose = false
skip_children = false
max_width = 4096
ideal_width = 4096
tab_spaces = 4
fn_call_width = 4096
struct_lit_width = 4096
struct_variant_width = 4096
force_explicit_abi = true
newline_style = "Unix"
fn_brace_style = "AlwaysNextLine"
item_brace_style = "AlwaysNextLine"
else_if_brace_style = "AlwaysNextLine"
control_brace_style = "AlwaysNextLine"
impl_empty_single_line = false
fn_empty_single_line = false
fn_single_line = false
fn_return_indent = "WithArgs"
fn_args_paren_newline = false
fn_args_density = "Tall"
fn_args_layout = "Visual"
fn_arg_indent = "Visual"
type_punctuation_density = "Wide"
where_density = "CompressedIfEmpty"
where_indent = "Tabbed"
where_layout = "Horizontal"
where_pred_indent = "Visual"
where_trailing_comma = true
generics_indent = "Visual"
struct_trailing_comma = "Always"
struct_lit_trailing_comma = "Always"
struct_lit_style = "Block"
struct_lit_multiline_style = "PreferSingle"
enum_trailing_comma = true
report_todo = "Never"
report_fixme = "Never"
chain_base_indent = "Visual"
chain_indent = "Visual"
reorder_imports = true
reorder_imported_names = true
single_line_if_else_max_width = 0
format_strings = true
force_format_strings = false
chains_overflow_last = true
take_source_hints = true
hard_tabs = true
wrap_comments = false
normalise_comments = true
wrap_match_arms = false
match_block_trailing_comma = true
match_wildcard_trailing_comma = true
closure_block_indent_threshold = 1
space_before_type_annotation = false
space_before_bound = false
use_try_shorthand = false
write_mode = "Overwrite"