Fix indentation on C++ namespace #30

Open
opened 2026-04-07 13:44:17 -07:00 by wmedrano · 0 comments
Owner

Current

namespace {

    void foo() {
    }
}

Want

namespace {

void foo() {
}

}
# Current ```cc namespace { void foo() { } } ``` # Want ```cc namespace { void foo() { } } ```
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
wmedrano/emacs-config#30
No description provided.