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

Accept .ipp file extension #62

Closed mkl-ableton closed 9 years ago

mkl-ableton commented 9 years ago

This adds the ".ipp" file extension, which is for example used by boost for template implementation headers.

travisjeffery commented 9 years ago

Thanks