Skip to content

Instantly share code, notes, and snippets.

@tiennou
Created March 17, 2017 01:13
Show Gist options
  • Save tiennou/43ff8b46be107767eab180b13e6d6ccc to your computer and use it in GitHub Desktop.
Save tiennou/43ff8b46be107767eab180b13e6d6ccc to your computer and use it in GitHub Desktop.
#!/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