Updated Style Guide (markdown)

brendandahl 2012-03-13 10:59:12 -07:00
parent 7f06092484
commit c2a24acd31

@ -25,7 +25,7 @@ if (someVar) {
## White Space
* Space after control statements (if, else, while, for, ...)
```
if (somevar)
if (someVar)
```
## Classes