You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: