editorconfig-core 0.1.2

An EditorConfig Core passing all the editorconfig-core-test tests
Documentation

EditorConfig Core

Crates.io Documentation EditorConfig Core Tests

An EditorConfig Core passing all the editorconfig-core-test tests.

See the documentation.

Testing

The EditorConfig Cores testing suite uses CTest and tests CLI built around Core libraries.

This crate contains an auxiliary EditorConfig CLI which was created for testing purposes, as stated above.

Although it was created for testing, you can use it in your project for extracting properties of a path from the shell.

Example usage:

cargo build --bin editorconfig
editorconfig ./README.md

License

Licensed under the MIT license (LICENSE or http://opensource.org/licenses/MIT).