Changes between Initial Version and Version 1 of Hacking
- Timestamp:
- 02/15/11 09:21:11 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Hacking
v1 v1 1 2 == Code Style == 3 4 Please use the same indentation as other developers. 5 Follow the style used in GNU Midnight Commander: 6 7 --gnu-style 8 --format-first-column-comments 9 --indent-level4 10 --brace-indent0 11 --line-length100 12 --no-tabs 13 --blank-lines-after-procedures 14 15 or in short notation: 16 17 indent -gnu -fc1 -i4 -bli0 -nut -bap -l100 18 19 --