Skip to content

Instantly share code, notes, and snippets.

@tansengming
Last active October 7, 2015 12:07
Show Gist options
  • Select an option

  • Save tansengming/3162505 to your computer and use it in GitHub Desktop.

Select an option

Save tansengming/3162505 to your computer and use it in GitHub Desktop.
Default Sublime
{
"auto_complete": true,
"color_scheme": "Packages/User/Monokai Soda.tmTheme",
"draw_white_space": "all",
"font_face": "Monaco",
"font_size": 13.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"new_window_settings":
{
"show_minimap": false,
"show_tabs": true,
"side_bar_visible": false,
"status_bar_visible": true
},
"show_full_path": true,
"tab_size": 2,
"theme": "Soda Light.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": false,
"folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", "_site"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment