Skip to content
Manu Evans edited this page Aug 11, 2014 · 8 revisions

Indentation: tabs, width=4
Srtucts/classes/enums: PascalCase
Functions/methods: camelCase
Variables: camelCase
Pointers: pMyPointer

Functions like this:

void func()
{
    body...
}

Statements like this:

if(!thing)
{
    body...
}

Please trim whitespace from ends of lines.
Files should end with a newline. Analytics

Clone this wiki locally