pub fn resolve_long_threshold( max_width: usize, configured: Option<usize>, ) -> usize
Width used for long: max_width when set, otherwise the configured default (120 if unset).
long
max_width