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

Support clang-format 3.6 #65

Closed chatura-atapattu closed 9 years ago

chatura-atapattu commented 9 years ago

clang-format 3.6 (supports a useful objective-c based style option (http://clang.llvm.org/docs/ClangFormatStyleOptions.html - ObjCBlockIndentWidth) which would make the formatter much more useful.

tonyarnold commented 9 years ago

I'll roll a build and submit a PR later today.

chatura-atapattu commented 9 years ago

Cool, I'm giving a go at building llvm from head, if I get this to succeed/work, I'll send a PR if you haven't already. It's been a while since I've dealt with building via make so this is taking longer than I'd like.