added yml definitions to .editorconfig

This commit is contained in:
Jan Günter 2021-10-16 13:00:23 +02:00
parent 3e936bfa8e
commit 19ff463695
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
[*.{cpp,h,sh,md,cfg,sample}]
indent_style = tab
indent_size = 4
[*.{yml,yaml}]
indent_style = space
indent_size = 2