From 11638845e48b5bade2c722f288af74d27e4f7358 Mon Sep 17 00:00:00 2001 From: Sebastian Falbesoner Date: Fri, 1 May 2020 20:09:27 +0200 Subject: [PATCH] docs: fix tab size (8 spaces) in contribution guidelines --- docs/code_contribution_guidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/code_contribution_guidelines.md b/docs/code_contribution_guidelines.md index f59aafa7..7c189a63 100644 --- a/docs/code_contribution_guidelines.md +++ b/docs/code_contribution_guidelines.md @@ -485,7 +485,7 @@ set of linting scripts run by `make lint`. These include `gofmt`. In addition to `gofmt` we've opted to enforce the following style guidelines. * ALL columns (on a best effort basis) should be wrapped to 80 line columns. - Editors should be set to treat a tab as 4 spaces. + Editors should be set to treat a tab as 8 spaces. * When wrapping a line that contains a function call as the unwrapped line exceeds the column limit, the close paren should be placed on its own line. Additionally, all arguments should begin in a new line after the