MyDeveloperDay added a comment.

I think what is interesting is

  BreakBeforeBraces: Custom
  BraceWrapping:
      AfterEnum: false

gets messed up completely by the `,` and that IS a bug in my view

  $ clang-format enum.cpp
  enum {
    A,
  };
  
  enum { B, C, D };
  
  enum {
    B,
    C,
    D,
  };
  
  enum { E };


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77682/new/

https://reviews.llvm.org/D77682



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to