pub fn load_config(repo_root: &Path) -> Result<PawConfig, PawError>Expand description
Loads the merged configuration for a repository.
Reads the global config and the per-repo config, merging them with repo settings taking precedence. Returns defaults if neither file exists.