HazardyKnusperkeks accepted this revision.
HazardyKnusperkeks added a comment.

For me this is good. But please wait for @MyDeveloperDay .



================
Comment at: clang/lib/Format/WhitespaceManager.cpp:931-933
+  if (Style.AlignTrailingComments.Kind == FormatStyle::TCAS_Always) {
+    NewLineThreshold = Style.AlignTrailingComments.OverEmptyLines + 1;
+  }
----------------
These braces also.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132131

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

Reply via email to