Created
May 9, 2013 11:07
-
-
Save flaviovdf/5546884 to your computer and use it in GitHub Desktop.
tabs to spaces
This file contains 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
#recommend running on source folders and not project folder. | |
find ./ -type f \( ! -regex '.*/\..*' \) -exec sed -i 's/\t/ /g' {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment