Skip to content

Instantly share code, notes, and snippets.

@twalker
Created August 10, 2013 21:58
Show Gist options
  • Save twalker/6202356 to your computer and use it in GitHub Desktop.
Save twalker/6202356 to your computer and use it in GitHub Desktop.
untabify to 2 space indentation
find ./ -iname "*.js" -type f -exec sed -i 's/\t/ /g' {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment