From 14fd6b620ec07a7337a38f5bed127908e8f21728 Mon Sep 17 00:00:00 2001 From: Theophile VALLEE Date: Tue, 13 Mar 2018 03:48:15 +0100 Subject: [PATCH] change coding style tab width to 4 (#9670) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f4448b874b..beeee3631d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -44,7 +44,7 @@ default: } ``` -* Lines should be at most 78 chars. A tab is considered as 8 chars. +* Lines should be at most 78 chars. A tab is considered as 4 chars. * Braces open on the same line as the for/while/if/else/function/etc. Closing braces are put on a line of their own, except in the else of an if statement