You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
2755
2744
2756
2745
See also [`max_width`](#max_width) and [`use_small_heuristics`](#use_small_heuristics)
2757
2746
2747
+
## `style_edition`
2748
+
2749
+
Controls the edition of the [Rust Style Guide] to use for formatting ([RFC 3338])
0 commit comments