chfast added inline comments.

================
Comment at: cfe/trunk/docs/ClangFormatStyleOptions.rst:173
+
+      someLongFunction(argument1,
+          argument2);
----------------
I think this example is not achievable. clang-format seems to prefer putting 
all arguments on the next line if they all fit there. So this one will be 
formatted the same as the example for `AlwaysBreak`. 


Repository:
  rL LLVM

https://reviews.llvm.org/D14104



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

Reply via email to