travisjeffery / ClangFormat-Xcode

Xcode plug-in to to use clang-format from in Xcode and consistently format your code with Clang
https://twitter.com/travisjeffery
MIT License
2.89k stars 288 forks source link

Add latest clang-format #35

Closed tonyarnold closed 10 years ago

tonyarnold commented 10 years ago

This sanely formats Objective-C methods and blocks, even when ColumnLimit is set to 0. No patches have been applied, this is compiled fresh from llvm.org’s git repo.

tonyarnold commented 10 years ago

Also, clang-format's style options now support DisableFormat: true! Looks like someone has been giving the tool a lot of love :smile: