From fb536cbb828e3739cf10a0ffb0b9a8f241dd17dd Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 19 Nov 2023 04:28:20 +0100 Subject: [PATCH] Use two spaces for YML --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 665a039..bb05d8c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -14,3 +14,6 @@ insert_final_newline = true # Python (sadly) strongly recommends the usage of 4 spaces as indentation. indent_style = space indent_size = 4 + +[*.yml] +indent_size = 2 \ No newline at end of file