editorconfig: add yaml file extension variant

This commit adds *.yaml files to the yaml editorconfig section.

Signed-off-by: Mikkel Jakobsen <mikkel.aunsbjerg@prevas.dk>
This commit is contained in:
Mikkel Jakobsen 2020-03-25 14:31:23 +01:00 committed by Anas Nashif
parent d415680197
commit 8bbca5aa5d

View file

@ -32,7 +32,7 @@ indent_style = tab
indent_size = 8
# YAML
[*.yml]
[*.{yml,yaml}]
indent_style = space
indent_size = 2