Last active
August 29, 2015 14:04
-
-
Save genesy/ce308b6fc0987d0ae1bf to your computer and use it in GitHub Desktop.
My sublime preferences
This file contains 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_extra_bottom": 1, | |
"caret_extra_top": 1, | |
"caret_extra_width": 1, | |
// Valid values are "smooth", "phase", "blink" and "solid". | |
// "caret_style": "smooth", | |
"trim_trailing_white_space_on_save": true, | |
"draw_white_space": "all", | |
"color_scheme": "Packages/User/Monokai Soda.tmTheme", | |
"font_face": "DejaVu Sans Mono", | |
"font_size": 13, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"fade_fold_buttons": false, | |
"scroll_speed": 10, | |
"show_encoding": true, | |
"spell_check": false, | |
// "draw_centered": true, | |
"show_tab_close_buttons": false, | |
"ignored_packages": | |
[ | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"line_padding_bottom": 4, | |
"line_padding_top": 4, | |
"match_brackets": true, | |
"match_brackets_angle": true, | |
"match_brackets_braces": true, | |
"match_brackets_content": true, | |
"match_brackets_square": true, | |
"theme": "Soda Dark.sublime-theme" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment