public
Description: A custom TextMate bundle with code formatting commands and macros
Homepage:
Clone URL: git://github.com/lucashungaro/codeformatting-tmbundle.git
lucashungaro (author)
Sun Apr 12 14:59:18 -0700 2009
commit  a9cf17ff7feaadacf5044e2524602f1388e871fe
tree    06f60134c2911cfcf0cbfee38a8fc9ce50a1590c
name age message
directory Commands/ Sun Apr 12 14:59:18 -0700 2009 first commit [lucashungaro]
directory Macros/ Sun Apr 12 14:59:18 -0700 2009 first commit [lucashungaro]
file README.markdown Sun Apr 12 14:59:18 -0700 2009 first commit [lucashungaro]
file info.plist Sun Apr 12 14:59:18 -0700 2009 first commit [lucashungaro]
README.markdown

Code Formatting TextMate Bundle

This is a simple TextMate bundle that strips out trailing whitespaces and replaces tabs with spaces whenever a file is saved. Based on work done by Viget Labs developers.

Installation:

mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
git clone git://github.com/lucashungaro/codeformatting-tmbundle.git Code\ Formatting.tmbundle
osascript -e 'tell app "TextMate" to reload bundles'