blob: d294730be2c1b570da3b2da58e519354b6bd906c (
plain) (
blame)
1
2
3
4
5
|
`clang-format` all C/C++ files in the project.
$ cd project/
$ python3 path/to/tools/project-clang-format # Prints a diff
$ python3 path/to/tools/project-clang-format -i # Edits files in-place
|