Skip to content

Instantly share code, notes, and snippets.

@hadisfr
Created August 13, 2018 16:48
Show Gist options
  • Save hadisfr/35005c486426ecc6e6693027ecee91eb to your computer and use it in GitHub Desktop.
Save hadisfr/35005c486426ecc6e6693027ecee91eb to your computer and use it in GitHub Desktop.
lint c++ codes of a project using clang-format
find . -name *.cpp -exec bash -c 'cmp <(clang-format --style=LLVM $0) $0' {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment