From 292affa5c9581cc6d67be0ea6704f206b5cc4a82 Mon Sep 17 00:00:00 2001 From: Jasper Zonneveld Date: Thu, 28 Mar 2024 11:25:47 +0100 Subject: [PATCH] chore: update .editorconfig --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index cd8eb86..7d38cf2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,3 +13,6 @@ trim_trailing_whitespace = true [*.md] trim_trailing_whitespace = false + +[*.{yml,yaml}] +indent_size = 2