Skip to content

Instantly share code, notes, and snippets.

@jeffdevine
Last active August 29, 2015 14:13
Show Gist options
  • Save jeffdevine/1fb8548cfe7617762d6e to your computer and use it in GitHub Desktop.
Save jeffdevine/1fb8548cfe7617762d6e to your computer and use it in GitHub Desktop.
Sublime2 Config
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Theme - Spacegray/base16-eighties.dark.tmTheme",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": "true",
"font_size": 15.0,
"highlight_modified_tabs": true,
"rulers": [80],
"tab_size": 2,
"theme": "Spacegray Eighties.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment