From fea724fb929f32de1cc5d144298eb61479273b23 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Mon, 17 Feb 2020 20:04:19 +0100 Subject: [PATCH] Update .editorconfig --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 6f313c6ab..d9f90ab16 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,5 +11,5 @@ trim_trailing_whitespace = true [*.md] trim_trailing_whitespace = false -[*.yml] -indent_size = 2 +[*.{yml,yaml}] +indent_size = 2 \ No newline at end of file