Skip to content

Instantly share code, notes, and snippets.

@jelder
Created February 12, 2013 18:48
Show Gist options
  • Save jelder/4772213 to your computer and use it in GitHub Desktop.
Save jelder/4772213 to your computer and use it in GitHub Desktop.
My Sublime Test 2 config
{
"caret_style": "wide",
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow.tmTheme",
"detect_indentation": true,
"draw_indent_guides": true,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
".gitkeep"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"logs",
"log",
".sass-cache",
"tmp"
],
"font_face": "Inconsolata",
"font_size": 14.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_active"
],
"indent_to_bracket": false,
"scroll_past_end": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"use_tab_stops": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment