Merge pull request #127 from kevinb7/contrib_style_decls
Added rule to the style guide section for where to declare variables
This commit is contained in:
commit
2349a1ed85
|
@ -100,6 +100,7 @@ Code
|
|||
- 4 spaces for indentation
|
||||
- 80 character line length
|
||||
- commas last
|
||||
- declare variables in the outermost scope that they are used
|
||||
|
||||
In general, try to make your code blend in with the surrounding code.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user