[titlebar] Collapse titlebar to windows even if we do not resize it
[awesome.git] / STYLE
blob769f083889d9de3d01b9795f4fb56108e95b3da3
1 If you intend to patch and contribute awesome, please respect the following coding style:
2 - Use 4 space indentation, do not use tabulator characters
3 - Place braces alone on new lines;
4 - Do not put a space after if, for, while or function call statements;
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.