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:
Ben Alpert 2015-03-01 18:27:21 -08:00
commit 2349a1ed85

View File

@ -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.