Skip to content

Instantly share code, notes, and snippets.

@themartorana
Created November 4, 2011 15:34
Show Gist options
  • Select an option

  • Save themartorana/1339600 to your computer and use it in GitHub Desktop.

Select an option

Save themartorana/1339600 to your computer and use it in GitHub Desktop.
Settings for Sublime Text 2
/* User File Prefs */
{
"auto_match_enabled": true,
"color_scheme": "Packages/Color Scheme - Default/Monokai Bright.tmTheme",
"draw_minimap_border": true,
"ensure_newline_at_eof_on_save": true,
"font_face": "Monaco",
"font_size": 12,
"scroll_past_end": true,
"tab_size": 4,
"translate_tabs_to_spaces": true
}
/* User Global Settings */
{
"close_windows_when_empty": false,
"ignored_packages":
[
"Vintage",
"SublimeCodeIntel"
],
"theme": "Soda Light.sublime-theme"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment