From e128dc4f4472334ee28d40ca9e9a210744f9e4a7 Mon Sep 17 00:00:00 2001 From: DigiLive Date: Fri, 25 Apr 2025 13:33:55 +0200 Subject: [PATCH] Refactor YAML formatting --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index c09fb31..7093607 100644 --- a/.editorconfig +++ b/.editorconfig @@ -239,8 +239,8 @@ ij_yaml_line_comment_add_space_on_reformat = false ij_yaml_line_comment_at_first_column = true ij_yaml_sequence_on_new_line = false ij_yaml_space_before_colon = false -ij_yaml_spaces_within_braces = true -ij_yaml_spaces_within_brackets = true +ij_yaml_spaces_within_braces = false +ij_yaml_spaces_within_brackets = false [{*.json,.eslintrc}] indent_size = 2