fix: editorconfig for yaml

This commit is contained in:
əlemi 2023-08-17 22:50:49 +02:00
parent a6cfb2b87f
commit 6681a53da9

View file

@ -11,3 +11,7 @@ indent_size = 2
[*.js] [*.js]
indent_size = 2 indent_size = 2
[*.{yml,yaml}]
indent_style = space
indent_size = 2