Changes between Version 16 and Version 17 of Hacking


Ignore:
Timestamp:
02/16/11 10:31:10 (13 years ago)
Author:
andrew_b
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Hacking

    v16 v17  
     1 
     2= HACKING = 
    13 
    24== Code Style == 
    35 
     6Please use the same indentation as other developers. 
    47 * 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 Whitespace  
     8 * Use 4 space tabs with whitespace fillers to Indent. Never use tabs. 
     9 * No trailing whitespace  
    710 * Follow the GNU-Style guidelines.  
    811 
    9 Please use the same indentation as other developers.  
    10 Follow the style used in GNU Midnight Commander: 
     12To format the code, use the '''indent''' utility with following options: 
    1113 
    1214indent --gnu-style