The RemoveWhitespace Plugin
Remove whitespace plugin
This plugin includes three commands:
- ctrl+k,l: Remove blank lines
- ctrl+k,shift+l: Remove extra blank lines (i.e. leave at most 1 blank line)
- ctrl+k,ctrl+l: Remove trailing whitespace
To Install This Plugin
- download the RemoveWhitespace Plugin to your local hard-drive.
- double-click the package file
- restart Sublime Text
For Developers
- This source code for this plugin is available at google code.
- Google provides instructions for checking out the code