Skip to content

Incorrect private/​public formatting C++ when using Google C++ Styles with namespaces #8

@eranif

Description

@eranif

When using Google C++ Style guidelines for namespaces ie. not indenting all data contained within a namespace,
and writing a class:

class P
{
private:

becomes:

class P
{
private:

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions