mprobst added inline comments.

================
Comment at: lib/Format/TokenAnnotator.cpp:2154
@@ -2141,1 +2153,3 @@
     return Style.SpacesInAngles;
+  if (Style.Language == FormatStyle::LK_JavaScript &&
+      (Left.is(TT_JsTypeOperator) || Right.is(TT_JsTypeOperator)))
----------------
djasper wrote:
> Can we put this into the JavaScript specific section above?
Done, wasn't sure if this should go next to binary operators, or next to JS 
stuff...


http://reviews.llvm.org/D18294



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

Reply via email to