Skip to content

Instantly share code, notes, and snippets.

@slushman
Created January 13, 2016 04:48
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 slushman/e8e8ef5f911a4b1c279c to your computer and use it in GitHub Desktop.
Save slushman/e8e8ef5f911a4b1c279c to your computer and use it in GitHub Desktop.
My Sublime Text 3 User Preferences
{
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night.tmTheme",
"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",
"*.scssc",
"style.css",
"*.min.js",
"*.sass-cache",
"*.codekit",
"*.css.map"
],
"folder_exclude_patterns":
[
".sass-cache",
".git",
"*.codekit-cache"
],
"font_size": 11,
"ignored_packages":
[
"Vintage"
],
"tab_size": 4,
"translate_tabs_to_spaces": false,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"word_separators": "./\\()\"':,.;<>~!@%^&*|+=[]{}`~?"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment