From bba97ada1be50a033a953d5e4d17641daead82cd Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Wed, 3 Aug 2022 04:00:13 +0200 Subject: [PATCH] project: Fix editorconfig for YAML --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 794e044f..79f0fb65 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,3 +8,7 @@ trim_trailing_whitespace = true charset = utf-8 indent_style = tab indent_size = 4 + +[*.yml] +indent_style = space +indent_size = 2