JohelEGP added a comment. I have another case: `.clang-format`:
BraceWrapping: AfterStruct: true SplitEmptyRecord: true BreakBeforeBraces: Custom Input and expected formatted output: template <std::regular T> struct rep<std::complex<T>> { using type = T; }; Actual formatted output: template <std::regular T> struct rep<std::complex<T>> { using type = T; }; Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D93839/new/ https://reviews.llvm.org/D93839 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits