Add a note about writing documentation

This commit is contained in:
Julien Danjou 2008-03-15 09:47:19 +01:00
parent a30c6279dc
commit 91a09c2423
1 changed files with 2 additions and 1 deletions

3
STYLE
View File

@ -3,6 +3,7 @@ If you intend to patch and contribute awesome, please respect the following codi
- Place braces alone on new lines;
- No space before if, for, while statements or function call;
- The preferred line length is 80 characters;
- Be clear in what you do.
- Be clear in what you do;
- Write documentation for any new functions, options, whatever.
A vim modeline is set in each file to respect this.