Skip to content

Configurations: fix typos and mismatches #3412

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 23, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Configurations.md
Original file line number Diff line number Diff line change
Expand Up @@ -1664,7 +1664,7 @@ See also: [`space_after_colon`](#space_after_colon).
The maximum diff of width between struct fields to be aligned with each other.

- **Default value** : 0
- **Possible values**: any positive integer
- **Possible values**: any non-negative integer
- **Stable**: No (tracking issue: #3371)

#### `0` (default):
Expand Down Expand Up @@ -2177,7 +2177,7 @@ Maximum number of blank lines which can be put between items. If more than this
lines are found, they are trimmed down to match this integer.

- **Default value**: `1`
- **Possible values**: *unsigned integer*
- **Possible values**: any non-negative integer
- **Stable**: No (tracking issue: #3381)

### Example
Expand Down Expand Up @@ -2327,7 +2327,7 @@ Copyright 2018 The Rust Project Developers.`, etc.:

Skip formatting the specified files and directories.

- **Default value**: format every files
- **Default value**: format every file
- **Possible values**: See an example below
- **Stable**: No (tracking issue: #3395)

Expand Down