From 9cce6d0783d99066790f46d05f6c7491ad9a2ad8 Mon Sep 17 00:00:00 2001 From: Buster Neece Date: Sat, 19 Nov 2022 03:32:56 -0600 Subject: [PATCH] Prevent json from having weird spacing. --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index f4453d4a0..64f8fc023 100644 --- a/.editorconfig +++ b/.editorconfig @@ -839,7 +839,7 @@ ij_json_keep_indents_on_empty_lines = false ij_json_keep_line_breaks = true ij_json_space_after_colon = true ij_json_space_after_comma = true -ij_json_space_before_colon = true +ij_json_space_before_colon = false ij_json_space_before_comma = false ij_json_spaces_within_braces = false ij_json_spaces_within_brackets = false