Crate editorconfiger

Crate editorconfiger 

Source

Modules§

glob
similar

Structs§

CompareItem
ExtValidationResult
Represents the result of an extensions validation process.
ValidationResult
Represents the result of validating a configuration file.

Enums§

ValidationState

Traits§

ComparisonFormatter
Trait for formatting the results of comparing two configuration files.
Errorer
A trait for reporting errors related to configuration validation.
ValidationFormatter
Trait for formatting the results of a validation process.

Functions§

compare
Compares the properties of two .editorconfig files contents and formats the comparison result.
compare_files
Compares two .editorconfig files and formats the comparison results.
validate
Validates the content of an .editorconfig file.
validate_all
Validates all .editorconfig files in a given directory and its subdirectories.
validate_one
Validates a single .editorconfig file.