Version of ecformat
0.1.1 (development version for example cd9a9f02a0)
Operating system
Linux
Version of your operating system (e.g. Debian 11, Arch Linux or Windows 11)
Manjaro Linux
Installation method
Build from source
Steps to reproduce the bug
Run ecformat inside the project itself. For example cargo run -- status -v tests/resources to get the status of EditorConfig usage in the tests/resources directory.
Expected result
Some files have EditorConfig properties, such as indent_style = tab inside the indent_style subdirectory.
Actual result
All files have no EditorConfig properties.