ClangFormat-Xcode
ClangFormat-Xcode copied to clipboard
How to align colons
How can we ask the formatter to align the colons vertically for the method calls with multiple parameters, just like the Xcode "re-indent" function does?
Thanks in advance.
This may be the result of a clang format bug:
https://llvm.org/bugs/show_bug.cgi?id=23317
If your issue is different, send me your .clang-format and code snippet and I'll see what I can do