Skip to content

Instantly share code, notes, and snippets.

@jpr71
Created November 11, 2015 17:12
Show Gist options
  • Save jpr71/aeeefafa966106f79824 to your computer and use it in GitHub Desktop.
Save jpr71/aeeefafa966106f79824 to your computer and use it in GitHub Desktop.
Sublime Settings
{
"auto_complete_commit_on_tab": true,
"caret_style": "solid",
"color_scheme": "Packages/Colorsublime - Themes/Abyss.tmTheme",
"draw_white_space": "all",
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": false,
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
"*.class",
"*.psd",
"*.db",
"*.beam",
".DS_Store",
".tags"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".sass-cache"
],
"font_face": "Monaco",
"font_options":
[
"no_round"
],
"font_size": 14,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
80,
120
],
"theme": "Devastate.sublime-theme"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment