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

Can't find usable .clang-format, using LLVM style #84

Open michael-customlbs opened 9 years ago

michael-customlbs commented 9 years ago

I use clangformat to format C++ files only. I enabled the option to autoformat on save. The problem is that it also wants to format my Objective-C files and I get the error message: "Can't find usable .clang-format, using LLVM style".

Is there a way to tell ClangFormat-Xcode not to be used for Objective-C files?