Implement per screen configuration for statusbar.
[awesome.git] / STYLE
blob6288b2d8f22f7f2c13ea831d44d8948f9515d73c
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.