Implement a code formatter check (like Astyle) to enforce code consistency.
The CI should check for code format and fail if it does not respect the defined formatting.
Scripts should be provided so that it is easy to run the formatting check up.
Acceptable format should be further defined
Acceptance Criteria
[ ] Valid format is defined
[ ] The CI checks for formatting and only succeed if the format is valid
[ ] A script is provided to ease the formatting process
Description
Implement a code formatter check (like Astyle) to enforce code consistency. The CI should check for code format and fail if it does not respect the defined formatting. Scripts should be provided so that it is easy to run the formatting check up.
Acceptable format should be further defined
Acceptance Criteria