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
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ indent_style = tab
|
||||||
indent_size = 8
|
indent_size = 8
|
||||||
|
|
||||||
# YAML
|
# YAML
|
||||||
[*.yml]
|
[*.{yml,yaml}]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue