From d9484086965f70b12aceca9185fe05ea6a7ab65f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Kr=C3=B6ner?= Date: Thu, 24 Jul 2025 14:51:46 +0200 Subject: [PATCH] chore: Specify yml files have indent_size 2 in editorconfig --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 669640d..556b6b9 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,3 +8,6 @@ end_of_line = lf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true + +[*.yml] +indent_size = 2