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 ".hh" to allowable extensions for code formatting #96

Closed prestonj closed 8 years ago

prestonj commented 8 years ago

Some folks use this to indicate an Objective C++ file.

tonyarnold commented 8 years ago

Looks good, thanks @prestonj!

prestonj commented 8 years ago

My pleasure - easy change :-)