Skip to content

Commit

Permalink
Edited for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
dominickm committed Jun 26, 2012
1 parent df36333 commit 9ee01ba
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions STYLEGUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,9 @@ However, anything found in this doc will supercede Google's guide.

Braces:

Please place all braces on the same line as the statement for instance
if (true) {
}
is the correct format, but
if (false)
{
}
is not. This goes for 'for' loops and the like as well.
Please place all braces on the same line as the statement or conditional.

This goes for 'for' loops and the like as well.

Variables:

Expand Down

0 comments on commit 9ee01ba

Please sign in to comment.