When using Google C++ Style guidelines for namespaces ie. not indenting all data contained within a namespace,
and writing a class:
becomes:
ie. Codelite detects the namespace and indents the private or public identifier forward, whereas it should be matching the indent level of the class line.