Skip to content

Instantly share code, notes, and snippets.

@Snugug
Forked from soffes/perferences.json
Created August 22, 2012 08:38
Show Gist options
  • Save Snugug/3423791 to your computer and use it in GitHub Desktop.
Save Snugug/3423791 to your computer and use it in GitHub Desktop.
My Sublime Text 2 config
{
"bold_folder_labels": true,
"color_scheme": "Packages/User/Espresso Soda.tmTheme",
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns": [
".DS_Store",
"dump.rdb"
],
"folder_exclude_patterns": [
".git",
".sass-cache",
"coverage",
"log",
"tmp"
],
"font_face": "Menlo",
"font_size": 13.0,
"highlight_modified_tabs": true,
"save_on_focus_lost": true,
"tab_size": 2,
"theme": "Soda Light.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment