Change tab spacing in TextEdit on OS X
For plaintext tabs, you don't need to replace the entire TextEdit app to change it. I looked at the source they changed and it provides the simpler answer: Open the Terminal and type
defaults write com.apple.TextEdit "TabWidth" '4'
Where '4' is the number of spaces a tab should be.