change coding style tab width to 4 (#9670)

This commit is contained in:
Theophile VALLEE 2018-03-13 03:48:15 +01:00 committed by Anton Kochkov
parent b91169efcc
commit 14fd6b620e

View file

@ -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