diff options
-rwxr-xr-x | tools/check_clang_format | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/check_clang_format b/tools/check_clang_format new file mode 100755 index 0000000..22a5133 --- /dev/null +++ b/tools/check_clang_format @@ -0,0 +1,2 @@ +#!/bin/bash +git clang-format --style=file --diff |