clang-power-tools
clang-power-tools copied to clipboard
enum class failed break
with setting BreakBeforeBraces: Attach enum class remain
enum class XXX { XXX XX; }
while enum or class is independly effectively
enum XXX { XXX XX; }
or
class XXX { XXX XX; }
Hello @muenraisi,
Maybe you are having some extra flags that interfere.
I recommend you use the Clang-Format Editor > Format Configurator from the Format tab. This way you will see how each flag works in a more isolated environment.
Let me know if the issue persists.
I will close this issue as we need more information