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 option to format on save #2

Closed maxgoedjen closed 10 years ago

tonyarnold commented 10 years ago

@travisjeffery, for reference I did this with a never released formatting plugin by swizzling IDESourceCodeDocument's - (void)saveDocumentWithDelegate:(id)delegate didSaveSelector:(SEL)didSaveSelector contextInfo:(void *)contextInfo method out for my own which formatted before calling on to the actual save.

travisjeffery commented 10 years ago

Done

maxgoedjen commented 10 years ago

Nice :fireworks: