6356fca675
Fixes 5801 when using `version=Two` Previously, doc comments would wrap one character less than the `comment_width` when using `wrap_comments=true`, and fn-like attributes would wrap one character before the `attr_fn_like_width`. Now, when using `version=Two` enum variant attributes won't wrap early
3 lines
56 B
TOML
3 lines
56 B
TOML
max_width = 120
|
|
version = "One"
|
|
attr_fn_like_width = 120 |