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
index : cmake-common | ||
Utilities to help develop C++/CMake projects | Egor Tensin |
aboutsummaryrefslogtreecommitdiffstatshomepage |
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