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

where is the clang-format binary located? #54

Closed demianturner closed 9 years ago

demianturner commented 9 years ago

I can't find it anywhere on my system, therefore I am unable generate and customise the standard .clang-format format file. I'm running Xcode 6.1, os x 10.9.4 and have Alcatraz and the ClangFormat plugin installed.

travisjeffery commented 9 years ago

clang-format isn't installed by default, that's why i have a bundled version.

i'm not sure what you mean by saying you want to customize the standard clang format file? - or at least why you'd want to do that. if you want to hack on clang you'd need to get its source, make you changes and compile it. for customizing the settings you can make your own .clang-format file.