Skip to main content

resolve_long_threshold

Function resolve_long_threshold 

Source
pub fn resolve_long_threshold(
    max_width: usize,
    configured: Option<usize>,
) -> usize
Expand description

Width used for long: max_width when set, otherwise the configured default (120 if unset).