Function indent

Source
fn indent<W: Write>(
    output: &mut W,
    config: &PrettyConfig,
    pretty: &Pretty,
) -> Result