Function rustfmt_nightly::utils::indent_next_line [−][src]
pub(crate) fn indent_next_line(
kind: FullCodeCharKind,
_line: &str,
config: &Config
) -> bool
Expand description
Based on the given line, determine if the next line can be indented or not. This allows to preserve the indentation of multi-line literals.