more style rules

This commit is contained in:
Stefan Breunig 2013-02-22 08:31:24 +01:00
parent e5c75335c4
commit 4ab2e2ed14

View File

@ -28,6 +28,8 @@ Please follow the these guidelines. Some are just preference, others are good pr
- jQuery is your friend
- indent using two spaces
- opening brace on the same line with a space after the if/for/etc: `if(blub) {`
- else clauses: `} else if(blub) {` or `} else {`
- comments: `// this is a comment`
- there is no length limit on lines, but try to keep them short where suitable