Skip to content

bubenkoff/ExpandTabsOnSave-SublimeText

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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