Skip to content

Commit ea85318

Browse files
docs: revert unnecessary change
1 parent fede8d0 commit ea85318

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

Configurations.md

+10-11
Original file line numberDiff line numberDiff line change
@@ -2732,17 +2732,6 @@ By default this option is set as a percentage of [`max_width`](#max_width) provi
27322732

27332733
See also [`max_width`](#max_width), [`use_small_heuristics`](#use_small_heuristics), and [`struct_lit_single_line`](#struct_lit_single_line)
27342734

2735-
## `style_edition`
2736-
2737-
Controls the edition of the [Rust Style Guide] to use for formatting ([RFC 3338])
2738-
2739-
- **Default value**: `"2015"`
2740-
- **Possible values**: `"2015"`, `"2018"`, `"2021"`, `"2024"` (unstable variant)
2741-
- **Stable**: No
2742-
2743-
[Rust Style Guide]: https://doc.rust-lang.org/nightly/style-guide/
2744-
[RFC 3338]: https://rust-lang.github.io/rfcs/3338-style-evolution.html
2745-
27462735
## `struct_variant_width`
27472736

27482737
Maximum width in the body of a struct variant before falling back to vertical formatting. A value of `0` (zero) results in struct literals always being broken into multiple lines. Note this occurs when `use_small_heuristics` is set to `Off`.
@@ -2755,6 +2744,16 @@ By default this option is set as a percentage of [`max_width`](#max_width) provi
27552744

27562745
See also [`max_width`](#max_width) and [`use_small_heuristics`](#use_small_heuristics)
27572746

2747+
## `style_edition`
2748+
2749+
Controls the edition of the [Rust Style Guide] to use for formatting ([RFC 3338])
2750+
2751+
- **Default value**: `"2015"`
2752+
- **Possible values**: `"2015"`, `"2018"`, `"2021"`, `"2024"` (unstable variant)
2753+
- **Stable**: No
2754+
2755+
[Rust Style Guide]: https://doc.rust-lang.org/nightly/style-guide/
2756+
[RFC 3338]: https://rust-lang.github.io/rfcs/3338-style-evolution.html
27582757
## `tab_spaces`
27592758

27602759
Number of spaces per tab

0 commit comments

Comments
 (0)