Last active
March 11, 2018 16:22
-
-
Save zzag/e2e3147698916b14cfa25af8c379a569 to your computer and use it in GitHub Desktop.
Re-format source tree with clang-format
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find . -iname *.h -o -iname *.c -o -iname *.cpp -o -iname *.hpp \ | |
| xargs clang-format -style=file -i -fallback-style=none |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment