Remove the else-on-newline rule from HACKING
This commit is contained in:
parent
881076d2a8
commit
2d5239b60a
1 changed files with 0 additions and 7 deletions
7
HACKING
7
HACKING
|
@ -40,13 +40,6 @@ not all, guidelines:
|
||||||
{
|
{
|
||||||
hi;
|
hi;
|
||||||
}
|
}
|
||||||
* else appears on a new line, just like an if
|
|
||||||
if (testing) {
|
|
||||||
hi;
|
|
||||||
}
|
|
||||||
else if (other) {
|
|
||||||
bye;
|
|
||||||
}
|
|
||||||
* always use braces around conditional blocks that consist of more than one
|
* always use braces around conditional blocks that consist of more than one
|
||||||
line, even if they contain a single statement
|
line, even if they contain a single statement
|
||||||
if (check) {
|
if (check) {
|
||||||
|
|
Loading…
Reference in a new issue