Skip to content

Instantly share code, notes, and snippets.

@zigotica
Last active December 13, 2015 18:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zigotica/4954546 to your computer and use it in GitHub Desktop.
Save zigotica/4954546 to your computer and use it in GitHub Desktop.
Sublime user preferences
{
"auto_complete_with_fields": true,
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip"
],
"close_windows_when_empty": true,
"color_scheme": "Packages/Color Scheme - Default/Colorized-681310734588615-Monokai.tmTheme",
"fallback_encoding": "UTF-8",
"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",
".hg",
"CVS"
],
"font_size": 13.0,
"git_gutter_live_mode": false,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_active"
],
"match_brackets_angle": true,
"preview_on_click": false,
"save_on_focus_lost": true,
"translate_tabs_to_spaces": true,
"use_tab_stops": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment