Skip to content

Instantly share code, notes, and snippets.

@MikeGillihan
Created January 28, 2013 18:16
Show Gist options
  • Save MikeGillihan/4657763 to your computer and use it in GitHub Desktop.
Save MikeGillihan/4657763 to your computer and use it in GitHub Desktop.
My Sublime Text 2 user preferences
{
"theme": "Soda Dark.sublime-theme",
"font_size": 14.0,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"word_wrap": true,
"caret_style": "phase",
"highlight_line": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"fade_fold_buttons": false,
"bold_folder_labels": true,
"scroll_past_end": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment