Changes between Version 16 and Version 17 of Hacking
- Timestamp:
- 02/16/11 10:31:10 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Hacking
v16 v17 1 2 = HACKING = 1 3 2 4 == Code Style == 3 5 6 Please use the same indentation as other developers. 4 7 * Maximum line width is 100 characters. The reason is not about people with low-res screens but rather sticking to 100 columns prevents you from easily nesting more than one level of if statements or other code blocks. 5 * Use 4 space Tabs with whitespace fillers to Indent. Never use tabs.6 * No Trailing Whitespace8 * Use 4 space tabs with whitespace fillers to Indent. Never use tabs. 9 * No trailing whitespace 7 10 * Follow the GNU-Style guidelines. 8 11 9 Please use the same indentation as other developers. 10 Follow the style used in GNU Midnight Commander: 12 To format the code, use the '''indent''' utility with following options: 11 13 12 14 indent --gnu-style