Skip to content

Commit

Permalink
editorconfig: add yaml file extension variant
Browse files Browse the repository at this point in the history
This commit adds *.yaml files to the yaml editorconfig section.

Signed-off-by: Mikkel Jakobsen <mikkel.aunsbjerg@prevas.dk>
  • Loading branch information
Mikkel Jakobsen authored and nashif committed Mar 25, 2020
1 parent d415680 commit 8bbca5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ indent_style = tab
indent_size = 8

# YAML
[*.yml]
[*.{yml,yaml}]
indent_style = space
indent_size = 2

Expand Down

0 comments on commit 8bbca5a

Please sign in to comment.