From fd3fa5dce50b3a3cd5e2ed54e53230eb79ac8ca9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Matczuk?= Date: Mon, 16 Oct 2017 19:18:17 +0200 Subject: [PATCH] .editorconfig: tab=8 --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 88e3b4e..9f86f62 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,5 +10,5 @@ trim_trailing_whitespace = true [*.go] indent_style = tab -indent_size = 4 +indent_size = 8