Skip to content

Instantly share code, notes, and snippets.

@yimingtang
Last active December 26, 2015 09:49
Show Gist options
  • Save yimingtang/7132203 to your computer and use it in GitHub Desktop.
Save yimingtang/7132203 to your computer and use it in GitHub Desktop.
Sublime Text 2 config
{
"bold_folder_labels": true,
"color_scheme": "Packages/User/Espresso Soda.tmTheme",
"ensure_newline_at_eof_on_save": true,
"draw_white_space": "all",
"file_exclude_patterns":
[
".DS_Store",
".gitkeep",
"dump.rdb",
".rake_tasks~",
"*.o"
],
"folder_exclude_patterns":
[
".bundle",
".git",
".sass-cache",
".yardoc",
"coverage",
"log",
"tmp",
"build",
"pkg",
".zeus.sock"
],
"font_face": "Menlo",
"font_size": 13.0,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"remember_open_files": false,
"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