[][src]Function rustfmt_nightly::load_config

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

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