ClangFormat-Xcode
ClangFormat-Xcode copied to clipboard
Xcode plug-in to to use clang-format from in Xcode and consistently format your code with Clang
Is there any plan to support swift source code formating?

[sendOperation start:^(NSError\* error) { if(error) {//this code won't be formatted on save } else { } }];
I use clangformat to format C++ files only. I enabled the option to autoformat on save. The problem is that it also wants to format my Objective-C files and I...
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.
I have the same problem...http://stackoverflow.com/questions/27111078/can-clang-format-align-variable-or-macro-assignments-in-columns
YAML:10:19: error: unknown key 'BinPackArguments' BinPackArguments: true ^~~~ Error reading /Users/ajgopala/workplace/SpaceNeedle4/src/SpaceNeedleCubeTree/_clang-format: Invalid argument Can't find usable .clang-format, using LLVM style
Was working flawlessly. Feel like it goofed on one save and now has had problems ever since. ``` Thread 0x3885 DispatchQueue 1 priority 47 cpu time 0.009s 10 start +...
An action that would format all lines that are marked as modified since the last commit would be nice.