ClangFormat-Xcode icon indicating copy to clipboard operation
ClangFormat-Xcode copied to clipboard

Xcode plug-in to to use clang-format from in Xcode and consistently format your code with Clang

Results 35 ClangFormat-Xcode issues
Sort by recently updated
recently updated
newest added

Is there any plan to support swift source code formating?

![screen shot 2014-07-04 at 4 44 18 pm](https://cloud.githubusercontent.com/assets/3024819/3482628/8cb86cd8-0382-11e4-8c1f-540b2c4a6390.png)

[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.