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
The project currently follows the KDE Frameworks Coding style as the CONTRIBUTING.md document prescribes. The style is not perfect and does not seem to be actively maintained. We might want to deviate from it, in particular because there is the opportunity to enforce a style with CI. Following a list of possible changes:
This is being executed on the server-objects branch as part of the server objects remodel prototype work #15.
The included clang-format check was adjusted to enforce the ref/pointer alignment. For the const position there is currently no clang-format check possible.
The project currently follows the KDE Frameworks Coding style as the CONTRIBUTING.md document prescribes. The style is not perfect and does not seem to be actively maintained. We might want to deviate from it, in particular because there is the opportunity to enforce a style with CI. Following a list of possible changes:
int* x
int const x
[[maybe_unused]]
[1] Vandevoorde: C++ Templates: The Complete Guide
The text was updated successfully, but these errors were encountered: