1 If you intend to patch and contribute awesome, please respect the following coding style:
2 - Use 4 space tabs instead of tabs;
3 - Place braces alone on new lines;
4 - Do not put very long line, split them;
5 - Be clear in what you do.
7 A vim modeline is set in each file to respect this.