From 9404017dd6774fd335ab49268074b27244eecfe1 Mon Sep 17 00:00:00 2001 From: Tim Schilling Date: Mon, 10 Nov 2025 09:50:32 -0600 Subject: [PATCH] Add indent size of 2 for yml files. --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 7544b4f89..7e4d48978 100644 --- a/.editorconfig +++ b/.editorconfig @@ -18,3 +18,6 @@ indent_style = tab [*.bat] indent_style = tab + +[*.yml] +indent_size = 2