Difference between revisions of "Code Formatting Conventions"

Jump to navigation Jump to search
m
→‎Naming: Fix typo
(→‎Switch / Case constructs: Using "Fall Through" as more common in codebase, and more clear english)
m (→‎Naming: Fix typo)
Line 220: Line 220:


<syntax type="C++">
<syntax type="C++">
int g_someGlobaleVariable;
int g_someGlobalVariable;
</syntax>
</syntax>


178

edits

Navigation menu