Actions
Improvements #12206
openAdd source code formatter / beautifier
Start date:
11/30/2023
Due date:
% Done:
0%
Estimated time:
Description
To ensure that all code remains consistent, we should add a formatter to the code. That way, we will be forced to write consistent code, and not be bothered by syntax or formatting that differs between files.
To further enhance the developer experience, this will be made part of the pipeline. We may also look into adding it for the public github, ensuring that all PRs automatically comply with our formatting as well.
It needs to be said that a tool like uncrustify does still have some bugs, in that formatting may misbehave in certain complex cases. However, these ought to be rare.
Updated by Matthias Van Ceulebroeck 3 months ago
- Target version changed from 4.10.3 to 4.11.1
Updated by Matthias Van Ceulebroeck 16 days ago
- Target version changed from 4.11.1 to 4.11.2
Actions