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
- Host: GitHub
- URL: https://github.com/pseudomuto/sublimetext-plugins
- Owner: pseudomuto
- License: mit
- Created: 2013-08-08T14:12:56.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-08-08T14:32:49.000Z (almost 13 years ago)
- Last Synced: 2025-01-30T14:52:35.838Z (over 1 year ago)
- Language: Python
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
...
...