gists/clang-format.md

7 lines
90 B
Markdown

# clang-format
```
find foo/bar/ -iname *.h -o -iname *.cpp | xargs clang-format -i
```