mipt-mips
mipt-mips copied to clipboard
Adopt Clang-Format
Clang-Format is a tool to format code automatically according to some guidelines.
Your objectives are:
- [ ] define
.clang-formatfile for our project, reflecting our guidelines - [ ] apply the guidelines automatically to our flow
- [ ] implement a Git hook to fix formatting on each commit
- [ ] implement GitHub action to check formatting on each pull request