Skip to content

Commit 267c49a

Browse files
committed
stabilise fn_args_density configuration option
1 parent c777002 commit 267c49a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Configurations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ Argument density in functions
635635

636636
- **Default value**: `"Tall"`
637637
- **Possible values**: `"Compressed"`, `"Tall"`, `"Vertical"`
638-
- **Stable**: No (tracking issue: #3375)
638+
- **Stable**: Yes
639639

640640
#### `"Tall"` (default):
641641

src/config/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ create_config! {
9292
the same line with the pattern of arms";
9393
force_multiline_blocks: bool, false, false,
9494
"Force multiline closure bodies and match arms to be wrapped in a block";
95-
fn_args_density: Density, Density::Tall, false, "Argument density in functions";
95+
fn_args_density: Density, Density::Tall, true, "Argument density in functions";
9696
brace_style: BraceStyle, BraceStyle::SameLineWhere, false, "Brace style for items";
9797
control_brace_style: ControlBraceStyle, ControlBraceStyle::AlwaysSameLine, false,
9898
"Brace style for control flow constructs";

0 commit comments

Comments
 (0)