Skip to content

Instantly share code, notes, and snippets.

@k4rtik
Created July 6, 2016 22:29
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 k4rtik/c8e1daa0bcf47b5bcd64a6803fed5b74 to your computer and use it in GitHub Desktop.
Save k4rtik/c8e1daa0bcf47b5bcd64a6803fed5b74 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
clang-tidy \
-fix \
-fix-errors \
-header-filter=.* \
--checks=readability-braces-around-statements,misc-macro-parentheses \
$1 \
-- -I.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment