Some tuning of rustfmt

This commit is contained in:
Tomasz Drwięga 2016-04-13 17:39:20 +02:00
parent cb4288b861
commit 30dc58ce49
1 changed files with 3 additions and 1 deletions

View File

@ -3,13 +3,15 @@ max_width=1000
ideal_width=1000 ideal_width=1000
tabs_spaces=4 tabs_spaces=4
fn_call_width=1000 fn_call_width=1000
struct_lit_width=32
fn_arg_indent="Tabbed" fn_arg_indent="Tabbed"
single_line_if_else=true single_line_if_else=true
where_indent="Visual" where_indent="Visual"
where_trailing_comma=true where_trailing_comma=true
chain_base_indent="Inherit" chain_base_indent="Inherit"
chain_indent="Tabbed" chain_indent="Inherit"
reorder_imports=true reorder_imports=true
format_strings=false format_strings=false
chain_overflow_last=false
hard_tabs=true hard_tabs=true
wrap_match_arms=false wrap_match_arms=false