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

AppCode support #95

Closed michaeleiselsc closed 8 years ago

michaeleiselsc commented 8 years ago

It would be great to get an AppCode plugin that runs clang-format on save!

tonyarnold commented 8 years ago

It would be, but you would need to talk to the Jetbrains guys about that. Their plugins are written in Java, and this is a plugin specifically for Xcode. I believe AppCode already has some form of code auto formatting built in, doesn't it?