From 5e9cfe04e020ed2af9ddcf21772d7d5013879a0f Mon Sep 17 00:00:00 2001 From: n1474335 Date: Thu, 8 Dec 2016 00:35:26 +0000 Subject: [PATCH] Updated Home (markdown) --- Home.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Home.md b/Home.md index 3da9eda..71157ce 100644 --- a/Home.md +++ b/Home.md @@ -41,13 +41,13 @@ This will build the codebase documentation and place it in the `docs` directory. ## Coding conventions -Indentation: Each block should consist of 4 spaces -Object/namespace identifiers: CamelCase -Function/variable names: underscore_lower_case -Constants: UNDERSCORE_UPPER_CASE -Source code encoding: UTF-8 (without BOM) -All source files must end with a newline -Line endings: UNIX style (\n) +* Indentation: Each block should consist of 4 spaces +* Object/namespace identifiers: CamelCase +* Function/variable names: underscore_lower_case +* Constants: UNDERSCORE_UPPER_CASE +* Source code encoding: UTF-8 (without BOM) +* All source files must end with a newline +* Line endings: UNIX style (\n) ## Repository structure