Skip to content

Instantly share code, notes, and snippets.

@tomjn
Created September 3, 2013 16:35
Show Gist options
  • Save tomjn/6426284 to your computer and use it in GitHub Desktop.
Save tomjn/6426284 to your computer and use it in GitHub Desktop.
my sublime user settings
{
"caret_style": "phase",
"color_scheme": "Packages/Theme - Void/Color Scheme - Void/Void.tmTheme",
"draw_white_space": "all",
"fade_fold_buttons": true,
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
".tags",
".tags_sorted_by_file",
"*.log"
],
"font_face": "Source Code Pro Light",
"font_size": 14,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"theme": "Void.sublime-theme",
"wide_caret": true,
"auto_complete_selector": "source, text"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment