Fix STYLE file to reflect current style [CORRECTIVE]
Signed-off-by: Heikki Orsila <heikki.orsila@iki.fi> Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
afa8591d50
commit
822fe535e3
4
STYLE
4
STYLE
|
@ -1,7 +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 indentation, do not use tabulator characters
|
||||||
- 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 a space after if, for, while or function call statements;
|
||||||
- The preferred line length is 80 characters;
|
- The preferred line length is 80 characters;
|
||||||
- Be clear in what you do;
|
- Be clear in what you do;
|
||||||
- Write documentation for any new functions, options, whatever.
|
- Write documentation for any new functions, options, whatever.
|
||||||
|
|
Loading…
Reference in New Issue