1
edit
Changes
→Coding Style and Standards
== Coding Style and Standards ==
* Tab's are allowed in the code however when using Visual Studio we must change the TAB setting( Please set your tab size to 3 and also your indent size to 3 and have it insert spaces, instead of TAB)
* Each object and variable must have its own type to make it as clear as possible