pub fn wrap_width(source: &str) -> usizeExpand description
The absolute wrap column for source: clamp(longest line, 80, 100). The
ceiling stops a wide file yielding 200-char comment lines; the floor keeps a
flat .env from wrapping prose to its 9-char keys.