From 5aa15fa5f6591f81387404e6c166bfc880410142 Mon Sep 17 00:00:00 2001 From: frosty Date: Sat, 24 Aug 2024 03:22:34 -0400 Subject: [PATCH] switch tab width to 4 and remove unneeded property --- .editorconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 1e24ead..a015152 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,5 +7,4 @@ insert_final_newline = true [*.go] indent_style = tab -indent_size = 8 -tab_width = 8 +indent_size = 4