Google C++ Style Guide
Unsolved
Qt Creator and other tools
-
wrote on 2 Dec 2020, 13:41 last edited by
Hello,
can anyone tell me if ClangFormat and ClangTidy together check all coding guidelines of the Google C++ Style Guide?
-
wrote on 4 Dec 2020, 13:53 last edited by david.skoland 12 Apr 2020, 14:00
I wouldn't know about Google's C++ style guide, but Qt certainly have their own guidelines for Qt itself: https://wiki.qt.io/Qt_Coding_Style
There is a _clang-format file used by clang-format in the supermodule, which should be in line with the standard: https://github.com/qt/qt5/blob/dev/_clang-format
You're completely free to choose your own style for your projects using Qt, though.
2/2