Skip to content

Instantly share code, notes, and snippets.

@zzag
Last active March 11, 2018 16:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zzag/e2e3147698916b14cfa25af8c379a569 to your computer and use it in GitHub Desktop.
Save zzag/e2e3147698916b14cfa25af8c379a569 to your computer and use it in GitHub Desktop.
Re-format source tree with clang-format
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