Last active
July 25, 2016 12:42
-
-
Save chrisbodhi/3902e93cbc02ca6e4ec3ffa4caa1c42e to your computer and use it in GitHub Desktop.
Sublime Text 3 User Preferences
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
| { | |
| "bold_folder_labels": true, | |
| "caret_style": "phase", | |
| "color_scheme": "Packages/Solarized Color Scheme/Solarized (light).tmTheme", | |
| "fade_fold_buttons": false, | |
| "highlight_line": true, | |
| "highlight_modified_tabs": true, | |
| "hot_exit": true, | |
| "ignored_packages": | |
| [ | |
| "Vintage" | |
| ], | |
| "ignored_words": | |
| [ | |
| "internet", | |
| "mdash", | |
| "repo", | |
| "sinopia" | |
| ], | |
| "indent_style": "space", | |
| "line_padding_bottom": 1, | |
| "line_padding_top": 1, | |
| "remember_open_files": true, | |
| "save_on_focus_lost": true, | |
| "scroll_past_end": true, | |
| "tab_size": 2, | |
| "translate_tabs_to_spaces": true | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment