Created
March 17, 2017 01:13
-
-
Save tiennou/43ff8b46be107767eab180b13e6d6ccc to your computer and use it in GitHub Desktop.
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
#!/bin/sh | |
file="$1" | |
shift | |
clang-format $file | diff -U5 $file - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment