| ... | ... | @@ -9,6 +9,13 @@ These guidelines are there to facilitate working together on the same project. T |
|
|
|
The repository contains a .clang-format file that defines the coding style. This style is enforced by a pipeline running on every merge request, rejecting it when the conditions are not met.
|
|
|
|
|
|
|
|
You can use clang-format directly on your code, or set up your IDE to format your code automatically.
|
|
|
|
Please use Version 17! On Windows, just use this exe:
|
|
|
|
|
|
|
|
[clang-format.exe](uploads/557df235f8c7f64a371e517aff34e588/clang-format.exe)
|
|
|
|
|
|
|
|
To automatically make Rider use this, you can set it in the settings:
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
# Commit Guidelines
|
|
|
|
|
| ... | ... | |
| ... | ... | |