aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/clang-format.md
blob: 217b2daf52b08bb05ebd12f32c03b6cf776801d5 (plain) (blame)
1
2
3
4
5
`clang-format` all C/C++ files in the project.

    $ cd project/
    $ python3 path/to/tools/clang-format.py      # Prints a diff
    $ python3 path/to/tools/clang-format.py -i   # Edits files in-place