diff --git a/Configurations.md b/Configurations.md index d7fd0f862d7..0bb6dd695e9 100644 --- a/Configurations.md +++ b/Configurations.md @@ -1784,8 +1784,8 @@ See also: [`match_block_trailing_comma`](#match_block_trailing_comma). Controls whether to include a leading pipe on match arms -- **Default value**: `Never` -- **Possible values**: `Always`, `Never`, `Preserve` +- **Default value**: `"Never"` +- **Possible values**: `"Always"`, `"Never"`, `"Preserve"` - **Stable**: Yes #### `Never` (default):