Skip to content

Instantly share code, notes, and snippets.

@kjs3
Created January 19, 2017 05:43
Show Gist options
  • Save kjs3/1921293bcf22b45d59444ab6e1be872f to your computer and use it in GitHub Desktop.
Save kjs3/1921293bcf22b45d59444ab6e1be872f to your computer and use it in GitHub Desktop.
Sublime Text 3 Settings
{
"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"
],
"binary_file_patterns": [
"build/*",
"build_public/*",
"node_modules/*",
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip"
],
"caret_extra_bottom": 3,
"caret_extra_top": 3,
"caret_extra_width": 2,
"color_scheme": "Packages/Babel/Monokai Phoenix.tmTheme",
"ensure_newline_at_eof_on_save": true,
"font_face": "monaco",
"font_size": 14,
"highlight_line": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"overlay_scroll_bars": "enabled",
"save_on_focus_lost": true,
"tab_size": 2,
"theme": "Seti_orig.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