From 4e5bd99f171eff177b970949813a370b123cf89a Mon Sep 17 00:00:00 2001 From: Elie Date: Thu, 29 Apr 2021 16:36:32 +0200 Subject: [PATCH] Change json identation --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index fc11a219..d4d2bc19 100644 --- a/.editorconfig +++ b/.editorconfig @@ -45,6 +45,7 @@ ij_go_wrap_func_result_newline_before_rparen = true [*.json] insert_final_newline = false +indent_size = 2 [Makefile] indent_style = tab