Skip to content

Instantly share code, notes, and snippets.

@genesy
Last active August 29, 2015 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save genesy/ce308b6fc0987d0ae1bf to your computer and use it in GitHub Desktop.
Save genesy/ce308b6fc0987d0ae1bf to your computer and use it in GitHub Desktop.
My sublime preferences
{
"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