Skip to content

Instantly share code, notes, and snippets.

@bloqhead
Created February 11, 2014 19:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save bloqhead/8941987 to your computer and use it in GitHub Desktop.
Save bloqhead/8941987 to your computer and use it in GitHub Desktop.
My Sublime settings as of Feb 11, 2014.
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme",
"draw_minimap_border": true,
"ensure_newline_at_eof_on_save": false,
"fade_fold_buttons": false,
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.pxm",
"*.ai",
"*.eps",
"*.db",
"*.tmproj",
"*.sublime-project",
"*.sublime-workspace"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".sass-cache"
],
"font_face": "inconsolata-g",
"font_options":
[
"subpixel_antialias",
"no_round",
"no_bold"
],
"font_size": 15.0,
"gutter": true,
"highlight_line": false,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage",
"Vintageous"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"margin": 4,
"preview_on_click": false,
"remember_open_files": false,
"show_minimap": false,
"tab_size": 4,
"theme": "Spacegray.sublime-theme",
"translate_tabs_to_spaces": false,
"trim_trailing_white_space_on_save": true,
"wide_caret": true,
"word_wrap": true,
"word_separators": "./\\()\"':,.;<>~!@#$%^&*|+=[]{}~?",
"scroll_past_end": false,
"spell_check": false,
"auto_complete": true,
"auto_complete_commit_on_tab": true,
"auto_complete_with_fields": true,
"auto_complete_triggers":
[
{
"characters": "<",
"selector": "text.html"
},
{
"characters": "/",
"selector": "string.quoted.double.html,string.quoted.single.html, source.css"
}
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment