Add yaml to .editorconfig

This commit is contained in:
Linus Färnstrand 2023-01-12 16:03:29 +01:00
parent 6c40085d52
commit eac12bdb3a

View File

@ -20,3 +20,7 @@ indent_size = 2
[*.{go}]
end_of_line = lf
indent_style = tab
[*.{yml,yaml}]
indent_style = space
indent_size = 2