From 0cc8ea528ae0580b7c563c2152fff9ba17002bfb Mon Sep 17 00:00:00 2001 From: James Allenby Date: Tue, 23 Jun 2026 21:20:28 +0100 Subject: [PATCH] style: add yaml editor config --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 17a2007..90c1e58 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,3 +12,7 @@ indent_style = space [*.json] indent_size = 2 indent_style = space + +[*.{yml,yaml}] +indent_size = 2 +indent_style = space