From ffc7fb7f4c9e43ce636e6a6daba00c250fded3ef Mon Sep 17 00:00:00 2001 From: Marc Kleine-Budde Date: Tue, 4 Jun 2024 14:47:00 +0200 Subject: [PATCH] editorconfig: apply indent with 2 spaces for yml files This is the default for yml files for the github workflows. --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 493c3b2..55a37f9 100644 --- a/.editorconfig +++ b/.editorconfig @@ -17,6 +17,10 @@ indent_style = tab insert_final_newline = true trim_trailing_whitespace = true +[*.yml] +indent_size = 2 +indent_style = space + [lib/**] indent_size = 2 indent_style = space