Skip to content

Instantly share code, notes, and snippets.

@dperrera
Created August 24, 2012 19:04
Show Gist options
  • Save dperrera/3454449 to your computer and use it in GitHub Desktop.
Save dperrera/3454449 to your computer and use it in GitHub Desktop.
My Sublime Text 2 Settings
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/User/Monokai Soda.tmTheme",
"font_face": "Inconsolata-dz",
"font_size": 12.0,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage",
],
"line_padding_top": 1,
"soda_classic_tabs": true,
"theme": "Soda Light.sublime-theme",
"translate_spaces_to_tabs": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment