1
edit
Changes
→Coding Style and Standards
* No tab characters allowed.
* Indents composed of '''4''' spaces.
* Include guards composed of TEAM-E TEAME followed by file name and type:
<syntaxhighlight lang="cpp">
//For header file "Example.h"
#ifndef TEAM-E_EXAMPLE_HTEAME_EXAMPLE_H#define TEAM-E_EXAMPLE_HTEAME_EXAMPLE_H
</syntaxhighlight>
* Each object must be declared separately: