Skip to content

rotmh/editorconfig-core-rust

Repository files navigation

EditorConfig Core

Crates.io Documentation EditorConfig Core Tests

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

See the documentation.

Testing

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

License

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

About

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

Topics

Resources

License

Stars

Watchers

Forks