pub fn reindent_multiline( s: &str, ignore_first: bool, indent: Option<usize>, ) -> String
Reindent a multiline string with possibility of ignoring the first line.