From 8bbca5aa5d755def88a7d7088fe0dea67829f4ac Mon Sep 17 00:00:00 2001 From: Mikkel Jakobsen Date: Wed, 25 Mar 2020 14:31:23 +0100 Subject: [PATCH] editorconfig: add yaml file extension variant This commit adds *.yaml files to the yaml editorconfig section. Signed-off-by: Mikkel Jakobsen --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 89f23f0eb264d8..d10052597a00ee 100644 --- a/.editorconfig +++ b/.editorconfig @@ -32,7 +32,7 @@ indent_style = tab indent_size = 8 # YAML -[*.yml] +[*.{yml,yaml}] indent_style = space indent_size = 2