fmt: updated rust format
This commit is contained in:
parent
77917477fe
commit
1ba6a55506
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
max_width = 1000
|
max_width = 1000
|
||||||
single_line_if_else_max_width = 100
|
single_line_if_else_max_width = 100
|
||||||
chain_width = 100
|
chain_width = 100
|
||||||
fn_args_layout = "Compressed"
|
fn_params_layout = "Compressed"
|
||||||
#control_brace_style = "ClosingNextLine"
|
#control_brace_style = "ClosingNextLine"
|
||||||
struct_lit_width = 0
|
struct_lit_width = 0
|
Loading…
Reference in a new issue