pub fn detect_tab_spaces(start_dir: &Path) -> usize
Detect tab_spaces from rustfmt.toml or .rustfmt.toml by walking up from start_dir. Returns 4 (rustfmt default) if no config is found.
tab_spaces
rustfmt.toml
.rustfmt.toml
start_dir