Skip to content

Commit b40eea4

Browse files
Update Configurations.md
Co-authored-by: Yacin Tmimi <[email protected]>
1 parent 85d2403 commit b40eea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Configurations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1864,7 +1864,7 @@ fn foo() {
18641864

18651865
## `match_arm_indent`
18661866

1867-
Controls whether match arms are indented. If disabled, the match patterns will be located on the indentation level as the match statement itself. This means match blocks will only be indented once, not twice.
1867+
Controls whether match arms are indented. If disabled, match arms will be formatted at the same indentation level as the outer `match` statement. Meaning that match blocks will only be indented once, not twice.
18681868

18691869
- **Default value**: `true`
18701870
- **Possible values**: `true`, `false`

0 commit comments

Comments
 (0)