Fix bulleted list of coding standards
This commit is contained in:
16
README.md
16
README.md
@@ -26,18 +26,18 @@ Can anyone recommend a sensible set? :)
|
|||||||
|
|
||||||
For now:
|
For now:
|
||||||
* '{'
|
* '{'
|
||||||
** on a new line for function definitions
|
* on a new line for function definitions
|
||||||
** on a new line for enums
|
* on a new line for enums
|
||||||
** on the same line for conditionals/loops
|
* on the same line for conditionals/loops
|
||||||
** omitted when possible
|
* omitted when possible
|
||||||
* use tab for indentation
|
* use tab for indentation
|
||||||
* use doxygen/javadoc-style comments.
|
* use doxygen/javadoc-style comments.
|
||||||
* for multiline doxygen docs, add a newline after '/**'
|
* for multiline doxygen docs, add a newline after '/**'
|
||||||
* case
|
* case
|
||||||
** classes: camelcased, start uppercase
|
* classes: camelcased, start uppercase
|
||||||
** enums: camelcased, start uppercase
|
* enums: camelcased, start uppercase
|
||||||
** functions: camelcased, start lowercase
|
* functions: camelcased, start lowercase
|
||||||
** local variables: camelcased, start lowercase
|
* local variables: camelcased, start lowercase
|
||||||
|
|
||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
|
|||||||
Reference in New Issue
Block a user