Created
October 1, 2014 16:38
-
-
Save robertlyall/85bb288083db30b47d09 to your computer and use it in GitHub Desktop.
Sublime 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
| { | |
| "bold_folder_labels": true, | |
| "caret_style": "smooth", | |
| "color_scheme": "Packages/Github Color Theme/GitHub.tmTheme", | |
| "draw_centered": false, | |
| "ensure_newline_at_eof_on_save": true, | |
| "fade_fold_buttons": false, | |
| "font_face": "Monaco Lives", | |
| "font_options": | |
| [ | |
| "subpixel_antialias" | |
| ], | |
| "font_size": 17.5, | |
| "highlight_line": true, | |
| "highlight_modified_tabs": true, | |
| "ignored_packages": | |
| [ | |
| "Vintage" | |
| ], | |
| "line_padding_bottom": 1, | |
| "line_padding_top": 1, | |
| "tab_size": 2, | |
| "translate_tabs_to_spaces": true, | |
| "tree_animation_enabled": false, | |
| "trim_automatic_white_space": true, | |
| "trim_trailing_white_space_on_save": true, | |
| "use_simple_full_screen": true | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment