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

Clang format with NSDictionary literal fixes #38

Closed tonyarnold closed 10 years ago

tonyarnold commented 10 years ago

This supersedes #37.

This update includes a fix for NSDictionary literals when using Allman or Always as the BreakBeforeBraces setting. See http://llvm.org/bugs/show_bug.cgi?id=19854 for more information about this fix.

travisjeffery commented 10 years ago

looks like i cant merge? mind fixing the conflicts?

tonyarnold commented 10 years ago

If you merge #37 first, it might come good. Give that a go, and if it doesn't work I'll clean up the merge and resubmit the PR.

tonyarnold commented 10 years ago

OK, this PR should be right now.

travisjeffery commented 10 years ago

sweet! thanks!