docs/HACKING: adding indentation guidelines.
This commit is contained in:
parent
6f472f800b
commit
75d244515d
1 changed files with 5 additions and 0 deletions
|
|
@ -2,6 +2,11 @@
|
||||||
Coding-style
|
Coding-style
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
|
Indentation
|
||||||
|
-----------
|
||||||
|
|
||||||
|
This project uses soft tabs that is 4 spaces wide.
|
||||||
|
|
||||||
Statements
|
Statements
|
||||||
----------
|
----------
|
||||||
If only one statement exist in a statement body. Braces should be skipped,
|
If only one statement exist in a statement body. Braces should be skipped,
|
||||||
|
|
|
||||||
Reference in a new issue