Changes between Version 15 and Version 16 of WorkingGuideLines
- Timestamp:
- 03/30/10 09:54:34 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkingGuideLines
v15 v16 9 9 * reviewing patch 10 10 * applying patch 11 11 * code indentation 12 12 13 13 == Creating Ticket Guidelines == … … 141 141 Release process should be described [wiki:ReleaseProcess here]. 142 142 143 == Code Indentation Guidelines == 144 145 If you create new module conform to generally accepted style indentation of code like as '''indent''' utility with params: 146 --gnu-style 147 --format-first-column-comments 148 --indent-level4 149 --brace-indent0 150 --line-length100 151 --no-tabs 152 --blank-lines-after-procedures 153