diff options
| -rw-r--r-- | docs/cpp-code-standards.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/cpp-code-standards.md b/docs/cpp-code-standards.md index 2b2bc70..6c9296f 100644 --- a/docs/cpp-code-standards.md +++ b/docs/cpp-code-standards.md @@ -82,6 +82,8 @@ else } ``` +**Please note that brackets should always start on a new line, as displayed in the example above.** + ### Random numbers vs. Constants Constants makes the code easier to read and understand, they also provide a safe guard and prevents numbers from being hard-coded. |
