Function find_local_configs

Source
fn find_local_configs() -> Vec<PathBuf>
Expand description

Searches for .surfer directories upward from the current location until it reaches root. Returns an empty vector in case the search fails in any way. If any .surfer directories are found, they will be returned in a Vec<PathBuf> in a pre-order of most top-level to most local. All plain files are ignored.