Function rustfmt_nightly::load_config[][src]

pub fn load_config<O: CliOptions>(
    file_path: Option<&Path>,
    options: Option<O>
) -> Result<(Config, Option<PathBuf>), Error>

Load a config by checking the client-supplied options and if appropriate, the file system (including searching the file system for overrides).