You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library enables you to integrate EditorConfig support
into any tools which may benefit from it,
such as code editors, formatters, and style linters.
It includes mechanisms for type-safe parsing of properties,
so that your tool doesn't have to do it itself.
It also exposes significant portions of its logic,
allowing you to use only the parts you need.
Name idea shamelessly stolen from ec4j.
This library has minimal dependencies (only std at this time).
The main repository for this library includes the EditorConfig
core tests
as a Git submodule. This library should pass all of these tests.
To run the test suite, run the following commands in a POSIX-like shell:
This repository also includes the ec4rs_glob library which is
primarily intended for internal use but can be used by other projects. See
its README for more information.
License
ec4rs, ec4rs_glob, and ec4rs_tools are licensed under the
Apache License 2.0
with no NOTICE text.
Contributors submitting code changes must agree to the terms of the
Developer Certificate of Origin (DCO)
to have their contributions accepted for inclusion.
A copy of the DCO may be found in DCO.txt.
Contributors should sign-off on their commits (see git commit -s)
to indicate explicit agreement.