1
edit
Changes
→Coding Style and Standards
== Coding Style and Standards ==
* No Tab Character allowed. (replace tabs Replace the Tabs with 2 spaces)on any IDE that you're currently using.
* Each object must have its own type:
<big><syntaxhighlight lang="cpp">