From 6125a8cccb2a25586698fd6967b862c5572504a4 Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Fri, 8 Mar 2024 11:28:46 -0500 Subject: [PATCH] Update editorconfig for yaml indentation --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 84ba694073..9fb3eefd1a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,5 +8,5 @@ trim_trailing_whitespace = true insert_final_newline = true end_of_line = lf -[*.json] +[*.{json,yaml,yml}] indent_size = 2