comment about tab width
This commit is contained in:
parent
37c1f93902
commit
f621081064
1 changed files with 4 additions and 1 deletions
|
@ -33,7 +33,10 @@ rules really? Here are some guidelines tho.
|
|||
Use **8 spaces wide TABS** (yes, actual TABS, not just 8 spaces) for
|
||||
indentation and when inside `while`-/`if`-/etc. **conditions that span multiple
|
||||
lines, indent 4 spaces + 0 or more TABS**, as to separate condition from body
|
||||
of
|
||||
of the conditional statement.
|
||||
|
||||
(Look at the following examples using a tab width of 8, otherwise they won't
|
||||
make much sense.)
|
||||
|
||||
I.e. do
|
||||
```c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue