[PATCH] D43121: clang-format: keep ObjC colon alignment with short object name

Krasimir Georgiev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 9 04:59:16 PST 2018


krasimir added inline comments.


================
Comment at: unittests/Format/FormatTestObjC.cpp:700
+               "        withObjectOnMainThread:nil\n"
+               "                 waitUntilDone:false];");
+  }
----------------
Could you add an instance where the first one is the longest and is wrapped?


Repository:
  rC Clang

https://reviews.llvm.org/D43121





More information about the cfe-commits mailing list