From e176b6e31756c4d73242c33e38b6ad663882629f Mon Sep 17 00:00:00 2001 From: Daniel Reuter Date: Wed, 4 Oct 2023 16:35:49 +0200 Subject: [PATCH] chore: editorconfig for yaml files --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.editorconfig b/.editorconfig index fe40bce..caa149d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,3 +7,8 @@ indent_style = tab indent_size = 2 trim_trailing_whitespace = true charset = utf-8 + +[*.yaml] +indent_style = space +ij_yaml_spaces_within_braces = false +ij_yaml_spaces_within_brackets = false