From b269c545c3bb3bc2d9b96125c06aa194278da8e0 Mon Sep 17 00:00:00 2001 From: Eddie Carswell Date: Tue, 12 Mar 2024 07:21:31 +0000 Subject: [PATCH] editorconfig: Allow 2 spaces for YAML --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 32c6c82..3499cfa 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,3 +9,6 @@ indent_style = space insert_final_newline = true max_line_length = 120 trim_trailing_whitespace = true + +[**.yml] +indent_size = 2