Skip to content

Instantly share code, notes, and snippets.

@lunaroja
Created November 21, 2012 18:00
Show Gist options
  • Save lunaroja/4126532 to your computer and use it in GitHub Desktop.
Save lunaroja/4126532 to your computer and use it in GitHub Desktop.
Sublime Text User Preferences
{
"close_windows_when_empty": true,
"color_scheme": "Packages/Color Scheme - Default/Pastels on Dark.tmTheme",
"draw_indent_guides": false,
"fade_fold_buttons": false,
"font_face": "Monaco",
"font_options":
[
"no_antialias"
],
"font_size": 10.0,
"ignored_packages":
[
"Vintage"
],
"open_files_in_new_window": false,
"soda_classic_tabs": true,
"tab_size": 2,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment