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:
parent
d415680197
commit
8bbca5aa5d
|
@ -32,7 +32,7 @@ indent_style = tab
|
|||
indent_size = 8
|
||||
|
||||
# YAML
|
||||
[*.yml]
|
||||
[*.{yml,yaml}]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
|
|
Loading…
Reference in a new issue