An open API service indexing awesome lists of open source software.

https://github.com/pseudomuto/sublimetext-plugins

Plugins for Sublime Text 2
https://github.com/pseudomuto/sublimetext-plugins

Last synced: about 1 year ago
JSON representation

Plugins for Sublime Text 2

Awesome Lists containing this project

README

          

sublimetext-plugins
===================

Plugins for Sublime Text 2

# Installation

Copy folder to your packages folder. Then add the following to `[SUBLIME_DIR]/Packages/User/Preferences.sublime-settings`:

...
...
"tab_size": 2,
"translate_tabs_to_spaces": true,
"expand_tabs_on_save": true
...
...