Changes between Version 3 and Version 4 of Coding Style Guidelines
- Timestamp:
- Nov 7, 2006, 5:12:47 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Coding Style Guidelines
v3 v4 5 5 * Code editors should be configured to expand tabs that you type to 4 spaces. 6 6 7 === Braces === 7 8 == Braces == 8 9 9 10 * Function definitions — open and close braces should be on lines by themselves. Do not put the open brace on the same line as the function signature.