It'd be nice to have an option for export blocks' brace placements: ```yaml BraceWrapping: AfterExportBlock: true ``` Currently, all export blocks are formatted like this: ```cpp export { // ... } ```
It'd be nice to have an option for export blocks' brace placements:
Currently, all export blocks are formatted like this: