Skip to content

Instantly share code, notes, and snippets.

@stevepeak
Last active August 29, 2015 14:00
Show Gist options
  • Select an option

  • Save stevepeak/11397965 to your computer and use it in GitHub Desktop.

Select an option

Save stevepeak/11397965 to your computer and use it in GitHub Desktop.
sublime user settings
{
"bold_folder_labels": true,
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"font_size": 10.0,
"ignored_packages":
[
"Vintage",
"RestructuredText"
],
"shift_tab_unindent": true,
"show_tab_close_buttons": false,
"soda_classic_tabs": false,
"spell_check": false,
"tab_size": 4,
"theme": "Soda Light.sublime-theme",
"translate_tabs_to_spaces": true,
"detect_indentation": true,
"indent_to_bracket": true,
"ensure_newline_at_eof_on_save": true,
"word_wrap": false,
"file_exclude_patterns": ["*.pyc", "*.pyo", "*.exe", "*.dll", "*.obj","*.o", "*.a", "*.lib", "*.so", "*.dylib", "*.ncb", "*.sdf", "*.suo", "*.pdb", "*.idb", ".DS_Store", "*.class", "*.psd", "*.db", "*.rdb", "*.sublime-workspace", "LICENSE", ".coverage", ".noseids"],
"folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", "venv", "dist", "build", "*.egg-info", "coverage_html_report"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment