Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jerodsanto
Created July 20, 2015 14:01
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 jerodsanto/7cb96462c287ce733258 to your computer and use it in GitHub Desktop.
Save jerodsanto/7cb96462c287ce733258 to your computer and use it in GitHub Desktop.
My current Sublime Text user preferences, by request.
{
"auto_complete_commit_on_tab": true,
"caret_style": "phase",
"color_scheme": "Packages/Theme - Spacegray/base16-eighties.dark.tmTheme",
"draw_white_space": "selection",
"ensure_newline_at_eof_on_save": true,
"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",
"*.log"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
".bundle",
"CVS",
"tmp",
"dist",
"node_modules",
".sass-cache"
],
"font_face": "Ubuntu Mono",
"font_size": 20,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
80
],
"tab_size": 2,
"theme": "Spacegray Eighties.sublime-theme",
"translate_tabs_to_spaces": 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