Skip to content

Instantly share code, notes, and snippets.

@jpennell
Created August 22, 2012 21:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jpennell/3429697 to your computer and use it in GitHub Desktop.
Save jpennell/3429697 to your computer and use it in GitHub Desktop.
Sublime Text 2 Preferences
{
"bold_folder_labels": true,
"color_scheme": "Packages/Color Scheme - Default/Slush & Poppies.tmTheme",
"ensure_newline_at_eof_on_save": true,
"font_size": 10,
"highlight_modified_tabs": true,
"open_files_in_new_window": false,
"save_on_focus_lost": true,
"tab_size": 4,
"theme": "Soda Light.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
".DS_Store"
],
"folder_exclude_patterns":
[
".git",
".sass-cache"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment