Created
January 4, 2013 09:06
-
-
Save alexgby/4451089 to your computer and use it in GitHub Desktop.
User settings for Sublime Text 2: ~/Library/Application Support/Sublime Text 2/Packages/User/preferences.sublime-settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
| { | |
| "autoReloadChanged": true, | |
| "codeintel_config": | |
| { | |
| "Python": | |
| { | |
| "env": | |
| { | |
| "PATH": "$PATH", | |
| "PYTHONPATH": "/Library/Python/2.7/site-packages:$PYTHONPATH" | |
| } | |
| } | |
| }, | |
| "color_scheme": "Packages/Color Scheme - Default/Sunburst.tmTheme", | |
| "font_size": 16.0, | |
| "hot_exit": false, | |
| "ignored_packages": | |
| [ | |
| ], | |
| "remember_open_files": false, | |
| "detect_indentation": true, | |
| "translate_tabs_to_spaces": true, | |
| "spell_check": true, | |
| "dictionary": "Packages/Language - English/en_US.dic", | |
| "vintage_start_in_command_mode": true | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment