update the indent style guidelines
This commit is contained in:
parent
27177e498b
commit
f1f61ff703
1 changed files with 1 additions and 2 deletions
3
HACKING
3
HACKING
|
@ -27,8 +27,7 @@ not all, guidelines:
|
||||||
lines
|
lines
|
||||||
* most other constructs should have braces on the same line as the
|
* most other constructs should have braces on the same line as the
|
||||||
statement
|
statement
|
||||||
|
* else appears on a new line, just like an if
|
||||||
* when in doubt look at the rest of the source
|
* when in doubt look at the rest of the source
|
||||||
* vim users can use "set expandtab tabstop=4 shiftwidth=4
|
* vim users can use "set expandtab tabstop=4 shiftwidth=4
|
||||||
softtabstop=4" for some of this
|
softtabstop=4" for some of this
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue