Created
August 10, 2013 21:58
-
-
Save twalker/6202356 to your computer and use it in GitHub Desktop.
untabify to 2 space indentation
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
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