-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
Qt Creator 18.0.0
-
None
In the settings Beautifier — ClangFormat — ClangFormat command I try to specify this command:
clang-format -i ----Wno-error=unknown
instead of default value
clang-format
and then I get error:
Error in text formatting: Cannot call clang-format -i ----Wno-error=unknown or some other error occurred. Timeout reached while formatting file C:\Users\user.name\Projects\Project0\src\SourceFile0.cpp.
Why can't I specify additional parameters for clang-format?