We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Indentation : 2 spaces.
Classes & structs naming : lower_case_with_underscores.
lower_case_with_underscores
Files naming : like_this.hpp, like_that.cpp.
like_this.hpp
like_that.cpp
Public member naming : lowerCase.
lowerCase
Private member naming : m_lowerCase.
m_lowerCase
A Qt Creator code style XML file is available in the repository
clang-format is supported
std::unique_ptr
std::shared_ptr
variant
string_view
std::string
optional