mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-05 20:26:09 +01:00
8 lines
349 B
Text
8 lines
349 B
Text
If you intend to patch and contribute awesome, please respect the following coding style:
|
|
- Use 4 space tabs instead of tabs;
|
|
- Place braces alone on new lines;
|
|
- No space before if, for, while statements or function call;
|
|
- The preferred line length is 80 characters;
|
|
- Be clear in what you do.
|
|
|
|
A vim modeline is set in each file to respect this.
|