cosmetic
[awesome.git] / STYLE
bloba25ff89d08f46b924b98c06cdf82dd02699c1756
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 - No space before if, for, while statements or function call;
5 - The preferred line length is 80 characters;
6 - Be clear in what you do.
8 A vim modeline is set in each file to respect this.