lucashungaro / codeformatting-tmbundle
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
Commands/ | ||
| |
Macros/ | ||
| |
README.markdown | ||
| |
info.plist |
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'

