From 6a48216afbc898e00cebfe377e5cd63f10c0a275 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Fri, 1 Mar 2019 14:14:44 -0700 Subject: [PATCH] Updated editorconfig to be valid --- .editorconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 685c06357..3b95e6dba 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,6 +13,5 @@ indent_style = space indent_size = 4 # 2 space indentation -[*.yaml, *.yml] -indent_style = space +[*.{yaml,.yml}] indent_size = 2