Revision: 28650
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at July 12, 2010 01:34 by nikc
Initial Code
#!/bin/bash _TAB_REPLACEMENT_STR=$(jot -b ' ' -s '' $TM_TAB_SIZE) cat $TM_FILEPATH | perl -pe "s/\t/$_TAB_REPLACEMENT_STR/g"
Initial URL
Initial Description
Respects tab size setting
Initial Title
Replace tabs with spaces
Initial Tags
textmate
Initial Language
Bash