editorconfig: fix yml indentation

This commit is contained in:
Xiretza 2025-02-04 23:26:06 +00:00
parent 5c85e09ad5
commit 9937bd4e2a

View file

@ -12,3 +12,7 @@ max_line_length = 80
[*.toml]
indent_style = space
indent_size = 2
[*.yml]
indent_style = space
indent_size = 2