@@ -108,8 +108,8 @@ create_config! {
108
108
the same line with the pattern of arms";
109
109
force_multiline_blocks: bool , false , false ,
110
110
"Force multiline closure bodies and match arms to be wrapped in a block" ;
111
- fn_args_layout : Density , Density :: Tall , true ,
112
- "Control the layout of arguments in a function" ;
111
+ fn_params_layout : Density , Density :: Tall , true ,
112
+ "Control the layout of parameters in a function signature " ;
113
113
brace_style: BraceStyle , BraceStyle :: SameLineWhere , false , "Brace style for items" ;
114
114
control_brace_style: ControlBraceStyle , ControlBraceStyle :: AlwaysSameLine , false ,
115
115
"Brace style for control flow constructs" ;
@@ -552,7 +552,7 @@ struct_field_align_threshold = 0
552
552
enum_discrim_align_threshold = 0
553
553
match_arm_blocks = true
554
554
force_multiline_blocks = false
555
- fn_args_layout = "Tall"
555
+ fn_params_layout = "Tall"
556
556
brace_style = "SameLineWhere"
557
557
control_brace_style = "AlwaysSameLine"
558
558
trailing_semicolon = true
0 commit comments