d10ade1963
* remove the deprecated options in rustfmt.toml * add chain_one_line_max * fix two issues spot by rustfmt
16 lines
307 B
TOML
16 lines
307 B
TOML
verbose=false
|
|
max_width=1000
|
|
comment_width=1000
|
|
tab_spaces=4
|
|
fn_call_width=1000
|
|
struct_lit_width=32
|
|
fn_call_style="Visual"
|
|
single_line_if_else_max_width=100
|
|
trailing_comma="Vertical"
|
|
chain_indent="Visual"
|
|
chain_one_line_max=100
|
|
reorder_imports=true
|
|
format_strings=false
|
|
hard_tabs=true
|
|
wrap_match_arms=false
|