Skip to content
Manu Evans edited this page Jan 9, 2014 · 8 revisions

Indentation: tabs
Functions/methods: PascalCase
Variables: camelCase
Pointers: pMyPointer

Functions like this:

void Function()
{
    body...
}

Please trim whitespace from ends of lines.

Analytics

Clone this wiki locally