Function reindent_multiline

Source
pub fn reindent_multiline(
    s: &str,
    ignore_first: bool,
    indent: Option<usize>,
) -> String
Expand description

Reindent a multiline string with possibility of ignoring the first line.