Skip to content

Commit 30848af

Browse files
committed
Use fn_params_layout in rustfmt
1 parent 2878217 commit 30848af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rustfmt.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ hard_tabs = true # use tab characters for indentation, spaces for alignment
22
use_field_init_shorthand = true
33
max_width = 100
44
use_small_heuristics = "Max"
5-
fn_args_layout = "Compressed"
5+
fn_params_layout = "Compressed"

0 commit comments

Comments
 (0)