Home > codeformatting-tmbundle

codeformatting-tmbundle

Codeformatting-tmbundle is a project mainly written in ..., based on the MIT license.

A custom TextMate bundle with code formatting commands and macros

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'

License

codeformatting-tmbundle is released under the MIT license. See MIT LICENSE.

Previous:pyjksrclib