Skip to content
Open
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
4 changes: 2 additions & 2 deletions Configurations.md
Original file line number Diff line number Diff line change
Expand Up @@ -2058,6 +2058,7 @@ This option is deprecated. Use `imports_granularity = "Crate"` instead.

- **Default value**: `false`
- **Possible values**: `true`, `false`
- **Stable**: No (tracking issue: [#3362](https://github.com/rust-lang/rustfmt/issues/3362))

#### `false` (default):

Expand All @@ -2073,7 +2074,6 @@ use foo::{e, f};
use foo::{a, b, c, d, e, f, g};
```


## `newline_style`

Unix or Windows line endings
Expand Down Expand Up @@ -2840,7 +2840,7 @@ Controls the edition of the [Rust Style Guide] to use for formatting ([RFC 3338]

- **Default value**: `"2015"`
- **Possible values**: `"2015"`, `"2018"`, `"2021"`, `"2024"` (unstable variant)
- **Stable**: No
- **Stable**: No (tracking issue: [#5720](https://github.com/rust-lang/rustfmt/issues/5720))

This option is inferred from the [`edition`](#edition) if not specified.

Expand Down