Function auto_detect_indent_style

Source
pub fn auto_detect_indent_style(document_text: &Rope) -> Option<IndentStyle>
Expand description

Attempts to detect the indentation style used in a document.

Returns the indentation style if the auto-detect confidence is reasonably high, otherwise returns None.