ClangFormat-Xcode
ClangFormat-Xcode copied to clipboard
No format in blocks
[sendOperation start:^(NSError* error) { if(error) {//this code won't be formatted on save } else { } }];
This seems to only happen when ColumnLimit is set to 0. It's still happening in the latest version of clang-format so it is independent of ClangFormat-Xcode.
I've logged a bug with clang-format for this:
https://llvm.org/bugs/show_bug.cgi?id=23315
Hey @Morrowind1983 -- if you update your system clang format, this issue should be resolved.