Use new fn_params_layout option
The `fn_args_layout` rustfmt option was recently changed to `fn_params_layout`, use the new name.
This commit is contained in:
parent
10eb0da1ef
commit
21d716b313
|
@ -58,7 +58,7 @@ enum_discrim_align_threshold = 0
|
|||
match_arm_blocks = false # Default true
|
||||
match_arm_leading_pipes = "Never"
|
||||
force_multiline_blocks = false
|
||||
fn_args_layout = "Tall"
|
||||
fn_params_layout = "Tall"
|
||||
brace_style = "SameLineWhere"
|
||||
control_brace_style = "AlwaysSameLine"
|
||||
trailing_semicolon = true
|
||||
|
|
Loading…
Reference in New Issue