From 21d13d8c33f54e9354df3f5ae08697be5a326480 Mon Sep 17 00:00:00 2001 From: Antonin Stefanutti Date: Wed, 27 Oct 2021 09:08:08 +0200 Subject: [PATCH] chore: Set indent size for Go files in .editorconfig --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 1618d30bf4..152bf64ce1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,6 +12,7 @@ indent_size = 2 [*.go] indent_style = tab +indent_size = 4 [Makefile] indent_style = tab