blob: d0badce001c5b68c86807e26abdb3009e52a99ad (
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.py # Prints a diff
$ python3 path/to/tools/project-clang-format.py -i # Edits files in-place
|