Created
August 30, 2013 11:10
-
-
Save gmann1982/6388795 to your computer and use it in GitHub Desktop.
sublime text setup
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
| { | |
| "bold_folder_labels": true, | |
| "color_scheme": "Packages/Solarized Color Scheme/Solarized (dark).tmTheme", | |
| "detect_slow_plugins": false, | |
| "font_face": "Ubuntu Mono", | |
| "font_options": "subpixel_antialias", | |
| "font_size": 12, | |
| "highlight_line": true, | |
| "highlight_modified_tabs": true, | |
| "ignored_packages": | |
| [ | |
| "Vintage" | |
| ], | |
| "line_padding_bottom": 1, | |
| "line_padding_top": 1, | |
| "tab_completion": false, | |
| "theme": "Nexus.sublime-theme", | |
| "trim_trailing_white_space_on_save": true, | |
| "word_wrap": true | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment