mipt-mips icon indicating copy to clipboard operation
mipt-mips copied to clipboard

Adopt Clang-Format

Open pavelkryukov opened this issue 3 years ago • 0 comments

Clang-Format is a tool to format code automatically according to some guidelines.

Your objectives are:

  • [ ] define .clang-format file 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

pavelkryukov avatar Feb 13 '22 14:02 pavelkryukov