Difference between revisions of "Code Formatting Conventions"

Jump to navigation Jump to search
m (→‎Naming: Fix typo)
m (add an else-if to the hugging braces example)
Line 17: Line 17:


if (j < k) {
if (j < k) {
    [...]
} else if (j > k) {
     [...]
     [...]
} else {
} else {