-
Notifications
You must be signed in to change notification settings - Fork 25
Development
Shinnok edited this page Jun 24, 2015
·
2 revisions
The project follows the general C++/Qt coding style and conventions outlined at:
- https://doc-snapshots.qt.io/qtcreator-extending/coding-style.html
- http://wiki.qt.io/Qt_Coding_Style
- http://wiki.qt.io/Coding_Conventions
The only notable exception being, opening curly braces always follow on a new line, for extra clarity and code readability.