Skip to content

Instantly share code, notes, and snippets.

@sethwhitaker
Last active January 7, 2019 18:12
Show Gist options
  • Save sethwhitaker/f223792086ca0947940f to your computer and use it in GitHub Desktop.
Save sethwhitaker/f223792086ca0947940f to your computer and use it in GitHub Desktop.
Sublime User Config
{
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip",
"node_modules/**",
"bower_components/**"
],
"bold_folder_labels": true,
"color_scheme": "Packages/Color Scheme - Default/Monokai.sublime-color-scheme",
"default_line_ending": "unix",
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".sass-cache"
],
"font_size": 14,
"ignored_packages":
[
"HTML5",
"jQuery",
"Vintage"
],
"index_files": false,
"margin": 0,
"save_on_focus_lost": true,
"shift_tab_unindent": true,
"spell_check": false,
"tab_size": 3,
"theme": "Adaptive.sublime-theme",
"translate_tabs_to_spaces": false,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment