Skip to content

Instantly share code, notes, and snippets.

@davo
Created November 12, 2014 19:00
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 davo/a0ca0537366fa7d48883 to your computer and use it in GitHub Desktop.
Save davo/a0ca0537366fa7d48883 to your computer and use it in GitHub Desktop.
Sublime Text 3
{
"bold_folder_labels": true,
"caret_style": "wide",
"close_windows_when_empty": true,
"color_scheme": "Packages/User/glacier (SL).tmTheme",
"convert_path": "/usr/local/bin/convert",
"detect_slow_plugins": false,
"draw_white_space": "selection",
"ensure_newline_at_eof_on_save": false,
"fade_fold_buttons": true,
"font_face": "Decima Mono",
"font_options":
[
"subpixel_antialias"
],
"font_size": 18,
"highlight_line": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"rulers":
[
70,
100
],
"scroll_speed": 5,
"show_full_path": true,
"spacegray_sidebar_font_large": true,
"spacegray_sidebar_tree_normal": true,
"spacegray_tabs_auto_width": true,
"spacegray_tabs_font_large": true,
"spacegray_tabs_large": true,
"tab_size": 4,
"theme": "Spacegray.sublime-theme",
"translate_tabs_to_spaces": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment