ecformat 0.2.0

command line tool to keep files correct in respect of your EditorConfig
Documentation
<!--
SPDX-FileCopyrightText: Contributors to ecformat project <https://codeberg.org/BaumiCoder/ecformat>

SPDX-License-Identifier: BlueOak-1.0.0
-->

# Test resources

In this directory you can find some files for the tests of ecformat.
They are used for Unit Tests (`tests` modules in [ecformat/src](../../src) directory) and
Integration Tests (in the [ecformat/tests](../) directory).

There is one subdirectory for each supported EditorConfig property.
Each file, which has not a `.editorconfig` or `.license` extension,
is automatically included in the tests for the respective property
(see [`test_utils::TestFileHelper`](../../src/test_utils.rs)).
All included files need names that follow a specific pattern,
without the file extension.
The pattern for the files depend on the property (i.e., subdirectory).
The doc comments of the `get_*_from_file_name` function
of the respective [test_utils](../../src/test_utils.rs) submodule
describe the pattern for the respective subdirectory.