more style rules
This commit is contained in:
parent
e5c75335c4
commit
4ab2e2ed14
@ -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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user