Skip to content

Instantly share code, notes, and snippets.

@3ign0n
Created January 17, 2015 12:42
Show Gist options
  • Save 3ign0n/241d241a591c71ed1e35 to your computer and use it in GitHub Desktop.
Save 3ign0n/241d241a591c71ed1e35 to your computer and use it in GitHub Desktop.
find . -name "*.[mh]" -print0 | xargs -0 uncrustify -c ~/.uncrustify/uncrustify.cfg --replace --no-backup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment