project: Fix editorconfig for YAML

This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2022-08-03 04:00:13 +02:00
parent 5b8a0bbcb5
commit bba97ada1b
1 changed files with 4 additions and 0 deletions

View File

@ -8,3 +8,7 @@ trim_trailing_whitespace = true
charset = utf-8 charset = utf-8
indent_style = tab indent_style = tab
indent_size = 4 indent_size = 4
[*.yml]
indent_style = space
indent_size = 2