Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Indenting undone when I enter "public:" in class declearation #21

Open
@theplatapi

Description

@theplatapi

I'm creating a c++ class in a header file.
Adding public: or private: indented undos the indent. So

class Snowflake {
public:
};

instead of

class Snowflake {
   public:
};

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions