Skip to content

Instantly share code, notes, and snippets.

@rknightuk
Created March 1, 2014 16:46
Show Gist options
  • Save rknightuk/9292746 to your computer and use it in GitHub Desktop.
Save rknightuk/9292746 to your computer and use it in GitHub Desktop.
Sublime Preferences
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Theme - Spacegray/base16-eighties.dark.tmTheme",
"dictionary": "Packages/Language - English/en_GB.dic",
"font_face": "Source Code Pro",
"font_size": 14.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"scroll_past_end": true,
"shift_tab_unindent": true,
"simple_full_screen_mode": true,
"tab_size": 4,
"theme": "Spacegray Eighties.sublime-theme",
"use_simple_full_screen": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment