From 30589878731feeb6b001f4bcca8eb77b1a8a5a15 Mon Sep 17 00:00:00 2001 From: Dan Shick Date: Fri, 13 Mar 2020 14:50:00 -0400 Subject: [PATCH] Add yml exception to editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index f392d81..df84ad1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,6 +8,6 @@ trim_trailing_whitespace = true indent_style = tab indent_size = 4 -[*.xml] +[*.{xml,yml}] indent_style = space indent_size = 2