Updated Home (markdown)
parent
36f3e367bc
commit
5e9cfe04e0
14
Home.md
14
Home.md
@ -41,13 +41,13 @@ This will build the codebase documentation and place it in the `docs` directory.
|
|||||||
|
|
||||||
## Coding conventions
|
## Coding conventions
|
||||||
|
|
||||||
Indentation: Each block should consist of 4 spaces
|
* Indentation: Each block should consist of 4 spaces
|
||||||
Object/namespace identifiers: CamelCase
|
* Object/namespace identifiers: CamelCase
|
||||||
Function/variable names: underscore_lower_case
|
* Function/variable names: underscore_lower_case
|
||||||
Constants: UNDERSCORE_UPPER_CASE
|
* Constants: UNDERSCORE_UPPER_CASE
|
||||||
Source code encoding: UTF-8 (without BOM)
|
* Source code encoding: UTF-8 (without BOM)
|
||||||
All source files must end with a newline
|
* All source files must end with a newline
|
||||||
Line endings: UNIX style (\n)
|
* Line endings: UNIX style (\n)
|
||||||
|
|
||||||
|
|
||||||
## Repository structure
|
## Repository structure
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user