.editorconfig: apply the same md/tex rules to yaml

This commit is contained in:
Aminda Suomalainen ⚧ 2023-05-20 12:29:46 +03:00
parent bbba9092f4
commit 57200a00c5
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ charset = utf-8
indent_style = tab
indent_size = tab
[*.{markdown,md,tex}]
[*.{markdown,md,tex,yaml}]
trim_trailing_whitespace = false
indent_style = space
indent_size = 2