Skip to content

Instantly share code, notes, and snippets.

@hshoff
Created March 22, 2014 23:37
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 hshoff/9716085 to your computer and use it in GitHub Desktop.
Save hshoff/9716085 to your computer and use it in GitHub Desktop.
Sublime prefs
{
"auto_match_enabled": true,
"bold_folder_labels": true,
"caret_style": "wide",
"color_scheme": "Packages/Theme - Spacegray/base16-eighties2.dark.tmTheme",
"draw_minimap_border": true,
"draw_indent_guides": true,
"fade_fold_buttons": false,
"font_size": 13.0,
"highlight_active_indent_guide": true,
"highlight_line": true,
"line-padding-top": 1,
"line_padding_bottom": 1,
"tab_completion": true,
"tab_size": 2,
"theme": "Spacegray.sublime-theme",
"translate_tabs_to_spaces": true,
"use_tab_stops": true,
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_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