An EditorConfig Core passing all the editorconfig-core-test
tests.
See the documentation.
The EditorConfig core test suite (editorconfig-core-test
) uses CTest and
validates CLI tools built on top of core libraries.
This crate includes a simple CLI (editorconfig
) to support that testing, but
it can also be used as a standalone tool:
$ cargo build --bin editorconfig
$ # Example usage and output
$ ./target/debug/editorconfig ./README.md
charset=utf-8
end_of_line=lf
Licensed under the MIT license (LICENSE or http://opensource.org/licenses/MIT).