awesome/STYLE

8 lines
282 B
Text
Raw Normal View History

2007-10-15 13:40:52 +02:00
If you intend to patch and contribute awesome, please respect the following coding style:
- Use 4 space tabs instead of tabs;
- Place braces alone on new lines;
- Do not put very long line, split them;
- Be clear in what you do.
A vim modeline is set in each file to respect this.