Skip to content

Instantly share code, notes, and snippets.

@aderyabin
Created November 17, 2014 21:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aderyabin/e090b2ed6d0013b1d44a to your computer and use it in GitHub Desktop.
Save aderyabin/e090b2ed6d0013b1d44a to your computer and use it in GitHub Desktop.
{
"bold_folder_labels": true,
"caret_style": "smooth",
"close_windows_when_empty": true,
"color_scheme": "Packages/Dracula Color Scheme/Dracula.tmTheme",
"create_window_at_startup": false,
"default_line_ending": "unix",
"detect_slow_plugins": false,
"drag_text": false,
"draw_minimap_border": true,
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
".DS_Store"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".tox"
],
"font_face": "Monaco",
"font_size": 17.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"open_files_in_new_window": false,
"remember_open_files": false,
"rulers":
[
78
],
"scroll_past_end": true,
"scroll_speed": 0,
"shift_tab_unindent": true,
"sublimelinter_delay": 1,
"tab_size": 2,
"theme": "Spacegray.sublime-theme",
"translate_tabs_to_spaces": true,
"tree_animation_enabled": false,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment