Expand description
Module for the types of the usage status
that is returned by the status command
Structs§
- Considered
File - A single considered file with the EditorConfig properties which apply to it.
If property has no (valid) value for the file, the respective field is
None. Furthermore, if a property is disabled (=false) in the giveneditorconfig_args, it is alwaysNone. - Considered
Files - List of files considered based on the target(s)
and the
editorconfig_args. You can access the singleConsideredFileinstances viaConsideredFiles::files. - Editor
Config Files - List of paths to relevant
.editorconfigfiles for the target(s). You can consider the single paths viaEditorConfigFiles::paths. - Status
Info - Status information which is the return value of the
statuscommand.
Traits§
- Status
Texts - Trait for the text representation of
StatusInfoand its sub structs