fix: editorconfig for yaml

This commit is contained in:
əlemi 2023-08-17 22:51:04 +02:00
parent bbdcfe2712
commit 85bd3c4535

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