Required:
- Contributions go to
develop
rather thanmain
ormaster
Appreciated:
- 4 spaces indents
if (...) { single_statement(); }
always with bracesfunction() {
with the brace on the same line//
comments everywhere- https://www.kernel.org/doc/html/v4.10/process/coding-style.html for the rest