SublimeText plugin to convert tabs indentation to spaces, or vice versa depending on your indentation settings.
This is actually packaged version of Paulo Rodrigez's plugin
Install it via SublimeText Package Control
You can enable the plugin for a given project by pasting the following into the Project's .sublime-project file
"settings": { "convert_tabspaces_on_save": true }
If instead you wish to enable it globally, use your Settings file (Preferences -> Settings - User):
"convert_tabspaces_on_save": true
This software is licensed under the MIT license.
© 2013 Anatoly Bubenkov