fix: editorconfig for yaml

This commit is contained in:
əlemi 2023-08-17 22:50:29 +02:00
parent 5018eb3b1c
commit 21ab4b4f1c

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