ExpandTabsOnSave-SublimeText ============================ 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 Installation ------------ Install it via SublimeText Package Control Configuration ------------- 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 License ------- This software is licensed under the `MIT license `_. © 2013 Anatoly Bubenkov