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

Ray Wenderlich Formatting #4

Closed gabrielribeiro closed 10 years ago

gabrielribeiro commented 10 years ago

How about the Ray Wenderlich guys brand-new formatting style? https://github.com/raywenderlich/objective-c-style-guide/

tonyarnold commented 10 years ago

How about it? :smile:

If you want to see additional styles included, you'll need to file enhancement requests in Clang's Bugzilla.

travisjeffery commented 10 years ago

Yep, this isn't necessary to include this. People should use the File format style with a .clang-format with the format options they want. If the style was made into a .clang-format, I'd add it to the README examples.