awesome/STYLE
Heikki Orsila 822fe535e3 Fix STYLE file to reflect current style [CORRECTIVE]
Signed-off-by: Heikki Orsila <heikki.orsila@iki.fi>
Signed-off-by: Julien Danjou <julien@danjou.info>
2008-03-24 07:49:33 +01:00

9 lines
445 B
Text

If you intend to patch and contribute awesome, please respect the following coding style:
- Use 4 space indentation, do not use tabulator characters
- Place braces alone on new lines;
- Do not put a space after if, for, while or function call statements;
- The preferred line length is 80 characters;
- 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.