vertical_gradient option for the graph widget
[awesome.git] / STYLE
blob9893f06ba7af6f7d30d698e88ae44b82eda77723
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;
7 - Write documentation for any new functions, options, whatever.
9 A vim modeline is set in each file to respect this.