From 7308d478356b8967bee1238d385fcfb6db078431 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Wed, 13 Apr 2022 01:29:38 +0200 Subject: [PATCH] Properly configure tab indentation for Go Signed-off-by: Knut Ahlers --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 985eaa8..f0c88fb 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,8 +9,8 @@ insert_final_newline = true trim_trailing_whitespace = true [*.go] -indent_size = 1 indent_style = tab +tab_width = 2 [*.md] trim_trailing_whitespace = false