From 2d18aab70972551cde605ebdbae4a46070674296 Mon Sep 17 00:00:00 2001 From: dfsek Date: Mon, 3 May 2021 22:13:42 -0700 Subject: [PATCH] fix funky yaml formatting --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 8fbad9dcd..1c53c29c2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -342,6 +342,6 @@ ij_json_wrap_long_lines = false indent_size = 2 ij_yaml_keep_indents_on_empty_lines = true ij_yaml_keep_line_breaks = true -ij_yaml_space_before_colon = true +ij_yaml_space_before_colon = false ij_yaml_spaces_within_braces = true ij_yaml_spaces_within_brackets = true