# EditorConfig v0.1.0 - Table of Contents

> EditorConfig Core implementation for Elixir: parser, glob matcher, resolver, and CLI.

## Pages

- [EditorConfig](readme.md)
- [Changelog](changelog.md)
- [LICENSE](license.md)

## Modules

- [EditorConfig](EditorConfig.md): Resolves EditorConfig properties for files.
- [EditorConfig.CLI](EditorConfig.CLI.md): Escript entrypoint for the `editorconfig` command.
- [EditorConfig.File](EditorConfig.File.md): Parsed representation of one `.editorconfig` file.
- [EditorConfig.File.Section](EditorConfig.File.Section.md): One section from an `.editorconfig` file.
- [EditorConfig.FileSystem](EditorConfig.FileSystem.md): Filesystem behaviour used by the resolver.
- [EditorConfig.FileSystem.Memory](EditorConfig.FileSystem.Memory.md): In-memory filesystem for tests and embedders.
- [EditorConfig.Glob](EditorConfig.Glob.md): EditorConfig section glob compiler and matcher.
- [EditorConfig.Glob.Compiled](EditorConfig.Glob.Compiled.md): Compiled EditorConfig glob.
- [EditorConfig.Parser](EditorConfig.Parser.md): Parser for EditorConfig files.
- [EditorConfig.Properties](EditorConfig.Properties.md): Optional typed helpers for resolved EditorConfig property maps.
- [EditorConfig.Resolver](EditorConfig.Resolver.md): Resolves EditorConfig properties for a file path.

