From 48c2e7e3ab08c3ff4f9d6018ecf015577e2c3eac Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Mon, 15 Jan 2024 16:10:17 -0600 Subject: [PATCH] chore: update Editor Config file (#496) --- .editorconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 1492202b..6537ca46 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,6 +11,5 @@ trim_trailing_whitespace = true [*.md] trim_trailing_whitespace = false -[*.yml] -indent_style = space +[*.{yml,yaml}] indent_size = 2