krasimir marked an inline comment as done.
krasimir added inline comments.

================
Comment at: clang/lib/Format/ContinuationIndenter.cpp:497
   if (Style.Language == FormatStyle::LK_JavaScript &&
-      Previous.is(tok::r_paren) && Previous.is(TT_JavaAnnotation)) {
+      Current.TokenText == "get" && Previous.is(tok::r_paren) &&
+      Previous.is(TT_JavaAnnotation)) {
----------------
MyDeveloperDay wrote:
> is it only ever "get"?
This should also apply to setters and functions; updated.

Thank you!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108620

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

Reply via email to