2007-10-15 13:40:52 +02:00
|
|
|
If you intend to patch and contribute awesome, please respect the following coding style:
|
2008-03-24 05:20:49 +01:00
|
|
|
- Use 4 space indentation, do not use tabulator characters
|
2007-10-15 13:40:52 +02:00
|
|
|
- Place braces alone on new lines;
|
2008-03-24 05:20:49 +01:00
|
|
|
- Do not put a space after if, for, while or function call statements;
|
2007-12-18 09:24:15 +01:00
|
|
|
- The preferred line length is 80 characters;
|
2008-03-15 09:47:19 +01:00
|
|
|
- Be clear in what you do;
|
|
|
|
- Write documentation for any new functions, options, whatever.
|
2007-10-15 13:40:52 +02:00
|
|
|
|
|
|
|
A vim modeline is set in each file to respect this.
|