Skip to content

Instantly share code, notes, and snippets.

@dchem
Created July 17, 2015 23:06
Show Gist options
  • Save dchem/db881692d2e87a243569 to your computer and use it in GitHub Desktop.
Save dchem/db881692d2e87a243569 to your computer and use it in GitHub Desktop.
Tabs converted to 2 spaces
find ./ -type f -not -iwholename '*.git*' -exec bash -c 'expand -t 2 "$0" > /tmp/e && mv /tmp/e "$0"' {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment