Skip to content

[clang-format] Missing option for C++20 export blocks #216785

Description

@ifarbod

It'd be nice to have an option for export blocks' brace placements:

BraceWrapping:
  AfterExportBlock:  true

Currently, all export blocks are formatted like this:

export {
  // ...
}

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions