Skip to content

Instantly share code, notes, and snippets.

@traviskroberts
Created March 18, 2015 02:15
Show Gist options
  • Save traviskroberts/209e3a2a78948819df36 to your computer and use it in GitHub Desktop.
Save traviskroberts/209e3a2a78948819df36 to your computer and use it in GitHub Desktop.
{
"auto_complete": false,
"binary_file_patterns":
[
"*.dds",
"*.eot",
"*.gif",
"*.ico",
"*.jar",
"*.jpeg",
"*.jpg",
"*.log",
"*.pdf",
"*.png",
"*.svg",
"*.swf",
"*.tga",
"*.ttf",
"*.zip",
"node_modules/**/*",
"tmp/**/*"
],
"bold_folder_labels": true,
"caret_style": "phase",
"color_inactive_tabs": true,
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme",
"detect_indentation": false,
"detect_slow_plugins": false,
"draw_minimap_border": true,
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
".rspec",
".rvmrc",
".gitmodules"
],
"folder_exclude_patterns":
[
".bundle",
".git",
".hg",
".sass-cache",
".svn",
"CVS"
],
"font_face": "Inconsolata",
"font_size": 16.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"itg_sidebar_tree_medium": true,
"remember_open_files": false,
"rulers":
[
100
],
"sidebar_size_12": true,
"status_bar_brighter": true,
"tab_completion": false,
"tab_size": 2,
"tabs_padding_medium": true,
"tabs_small": true,
"theme": "Afterglow.sublime-theme",
"translate_tabs_to_spaces": false,
"trim_trailing_white_space_on_save": true,
"word_separators": "./\\()\"':,.;<>~!@#$%^&*|+=[]{}`~?",
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment