Changes between Version 16 and Version 17 of WorkingGuideLines
- Timestamp:
- 03/30/10 09:55:42 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkingGuideLines
v16 v17 144 144 145 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 146 '''--gnu-style --format-first-column-comments --indent-level4 --brace-indent0 --line-length100 --no-tabs --blank-lines-after-procedures''' 153 147