public
Description: TextMate bundle to remove trailing whitespace & tabs
Homepage: http://www.viget.com/extend/out-damned-tabs/
Clone URL: git://github.com/vigetlabs/whitespace-tmbundle.git
name age message
directory Commands/ Thu Apr 09 08:37:54 -0700 2009 Initial commit [dce]
directory Macros/ Thu Apr 23 07:28:58 -0700 2009 Using find-and-replace w/ regexps for trailing ... [dce]
file README.mdown Thu Apr 09 09:15:36 -0700 2009 Activated link to Viget Labs [dce]
file info.plist Thu Apr 09 08:48:04 -0700 2009 Renamed bundle from 'Formatting' to 'Whitespace' [dce]
README.mdown

Whitespace TextMate Bundle

This is a simple TextMate bundle that strips out trailing whitespace and replaces tabs with spaces whenever a file is saved. Read more about it on the Viget Labs developer blog.

Installation:

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

Copyright (c) 2009 Viget Labs, released under the MIT license