Function difft::display::style::replace_tabs

source ·
pub(crate) fn replace_tabs(src: &str, tab_width: usize) -> String
Expand description

Return a copy of src with all the tab characters replaced by tab_width strings.