1
edit
Changes
→Coding Style and Standards
== Coding Style and Standards ==
* No Tab Character allowed. (replace tabs with spaces)
* Each object must have its own type:
<big><syntaxhighlight lang="cpp">
int a;
</syntaxhighlight></big>
* Indent two spaces at a time.
<!--
== Team Members ==