Skip to content

Instantly share code, notes, and snippets.

@zakmac
Created July 10, 2015 05:13
Show Gist options
  • Save zakmac/3e8b8cdd794bbcd90955 to your computer and use it in GitHub Desktop.
Save zakmac/3e8b8cdd794bbcd90955 to your computer and use it in GitHub Desktop.
{
"auto_complete_delay": 250,
"binary_file_patterns":
[
"bower_components/*",
"node_modules/*",
"intermediate/*",
"publish/*",
"tmp/*",
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip"
],
"bold_folder_labels": true,
"caret_extra_width": 8,
"caret_style": "phase",
"color_scheme": "Packages/User/SublimeLinter/Monokai-Zak (SL).tmTheme",
"drag_text": false,
"draw_indent_guides": true,
"draw_minimap_border": true,
"fade_fold_buttons": true,
"file_exclude_patterns":
[
"dist/*",
"node_modules/*",
"intermediate/*",
"publish/*",
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.sublime-workspace"
],
"fold_buttons": true,
"font_face": "Input Mono",
"font_options":
[
"no_round"
],
"font_size": 15,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Markdown",
"JSLint",
"SublimeCodeIntel",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"inverse_caret_state": false,
"line_padding_bottom": 3,
"line_padding_top": 2,
"rulers":
[
80,
120
],
"shift_tab_unindent": true,
"sidebar_small": true,
"tab_size": 2,
"tabs_small": true,
"theme": "Spacegray Eighties.sublime-theme",
"translate_tabs_to_spaces": true,
"tree_animation_enabled": false,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment