ClangFormat-Xcode
                                
                                 ClangFormat-Xcode copied to clipboard
                                
                                    ClangFormat-Xcode copied to clipboard
                            
                            
                            
                        Can't find usable .clang-format, using LLVM style
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?