Skip to content

Instantly share code, notes, and snippets.

@dyerc
Last active December 10, 2015 21:48
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 dyerc/4497716 to your computer and use it in GitHub Desktop.
Save dyerc/4497716 to your computer and use it in GitHub Desktop.
My Sublime Text 2 Config
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/User/Espresso Soda.tmTheme",
"dictionary": "Packages/Language - English/en_GB.dic",
"ensure_newline_at_eof_on_save": true,
"highlight_line": true,
"file_exclude_patterns":
[
".DS_Store",
"dump.rdb"
],
"folder_exclude_patterns":
[
".git",
".sass-cache",
"coverage",
"log",
"tmp"
],
"font_face": "Monaco",
"font_size": 13.0,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"save_on_focus_lost": true,
"spell_check": 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