From 7a488c90a653f6a362786893270050da3f6de4b1 Mon Sep 17 00:00:00 2001 From: Jonathan Reinink Date: Wed, 29 Jul 2020 10:16:14 -0400 Subject: [PATCH] Update editor config --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 6f313c6..6537ca4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,5 +11,5 @@ trim_trailing_whitespace = true [*.md] trim_trailing_whitespace = false -[*.yml] +[*.{yml,yaml}] indent_size = 2