Skip to content

Instantly share code, notes, and snippets.

@ikudriavtsev
Last active October 16, 2016 11:06
Show Gist options
  • Save ikudriavtsev/ba1270d7b2537782d5bf to your computer and use it in GitHub Desktop.
Save ikudriavtsev/ba1270d7b2537782d5bf to your computer and use it in GitHub Desktop.
{
"caret_style": "phase",
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"draw_white_space": "all",
"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",
"*.sublime-workspace"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".idea",
"__pycache__"
],
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"rulers":
[
120
],
"scroll_past_end": true,
"spell_check": true,
"theme": "SoDaReloaded Dark.sublime-theme",
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment