Skip to content

Commit

Permalink
Added spacing guideline for boolean not.
Browse files Browse the repository at this point in the history
  • Loading branch information
richardeakin committed Jun 1, 2015
1 parent 9e5bf45 commit 9421490
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Please make sure your code conforms to the following general guidelines. If some
* Use tabs for indentation, with a tab stop value of 4.
* Anything inside a namespace starts with no indentation.
* Place spaces between braces, braces and arguments, etc.
* Place a space between `!` and variables to negate them, ex. `if( ! mEnabled ) { ...`
* Brackets for class methods and functions begin on a new line. Brackets for everything else (class declarations, if / for / while loops, etc. ) begin on the same line following a space.

#### Types
Expand Down

0 comments on commit 9421490

Please sign in to comment.