Skip to content

Instantly share code, notes, and snippets.

@sashtown
Last active October 26, 2015 06:38
Show Gist options
  • Save sashtown/4293784 to your computer and use it in GitHub Desktop.
Save sashtown/4293784 to your computer and use it in GitHub Desktop.
My Sublime Text 2 Preferences
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night.tmTheme",
"font_face": "Source Code Pro",
"font_size": 15.0,
"highlight_line": true,
"line_padding_bottom": 4,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"wide_caret": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment