We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1faa8f0 commit 4922750Copy full SHA for 4922750
rustfmt.toml
@@ -50,7 +50,7 @@ enum_discrim_align_threshold = 0
50
match_arm_blocks = false # Default true
51
match_arm_leading_pipes = "Never"
52
force_multiline_blocks = false
53
-fn_args_layout = "Tall"
+fn_params_layout = "Tall"
54
brace_style = "SameLineWhere"
55
control_brace_style = "AlwaysSameLine"
56
trailing_semicolon = true
0 commit comments