editor-config
An editorconfig parsing library.
This crate serves as a thin wrapper over the editorconfig specification.
Example
let editorconfig_path = "tests/test_data/.editorconfig";
let editorconfig = from_file.unwrap;
if let Some = editorconfig.get_property else
This crate only parses keys and returns the values, it does not impose any implementation details on the editor.
The editorconfig file must be provided to the parser, it does not search the file system.