From 3d0c9a0088b40d98ed9ea674df6d1ec133a8d946 Mon Sep 17 00:00:00 2001 From: Mark Nottingham Date: Sat, 16 Sep 2023 16:12:58 +0100 Subject: [PATCH] YML indentation --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 9d39998d..041fff6d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -26,5 +26,8 @@ indent_size = 2 [*.scss] indent_size = 2 +[*.yml] +indent_size = 2 + [*.html] max_line_length = off