ecformat 0.1.1

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).

## `charset`

This directory contains the files for the `charset` property.
Each file, which has not a `.editorconfig` or `.license` extension,
is automatically included in the tests 
(see [test_utils::get_test_file_paths](../../src/editorconfig/charset/tests/test_utils.rs)).
Each of their names, without the extension, 
have to be the name of a `charset` supported by EditorConfig.