Skip to main content

detect_tab_spaces

Function detect_tab_spaces 

Source
pub fn detect_tab_spaces(start_dir: &Path) -> usize
Expand description

Detect tab_spaces from rustfmt.toml or .rustfmt.toml by walking up from start_dir. Returns 4 (rustfmt default) if no config is found.