From 99a94dab25641cc1e388147c443dcb756635c1fe Mon Sep 17 00:00:00 2001 From: Brady Holt Date: Wed, 6 Dec 2023 16:42:31 -0600 Subject: [PATCH] Use 2 spaces for indentation --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 75ec6864..56d88a5a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,7 +6,7 @@ end_of_line = lf insert_final_newline = true charset = utf-8 indent_style = space -indent_size = 4 +indent_size = 2 [*.yml] indent_size = 2