Function editorconfig::get_config_conffile [] [src]

pub fn get_config_conffile(
    file_path: &Path,
    conffile: &str
) -> Result<OrderMap<String, String>, Box<Error>>

Finds actual configuration that applies to file with given path.

MAINLY USED FOR TESTING AND INTERNAL USE, CHECK get_config.

Looks for config data in given filename; in normal operation this will be ".editorconfig".