add a rule to STYLE
This commit is contained in:
parent
4d3468d3a2
commit
8a0063a93d
1
STYLE
1
STYLE
|
@ -1,6 +1,7 @@
|
||||||
If you intend to patch and contribute awesome, please respect the following coding style:
|
If you intend to patch and contribute awesome, please respect the following coding style:
|
||||||
- Use 4 space tabs instead of tabs;
|
- Use 4 space tabs instead of tabs;
|
||||||
- Place braces alone on new lines;
|
- Place braces alone on new lines;
|
||||||
|
- No space before if, for, while statements or function call;
|
||||||
- Do not put very long line, split them;
|
- Do not put very long line, split them;
|
||||||
- Be clear in what you do.
|
- Be clear in what you do.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue