Skip to content

Instantly share code, notes, and snippets.

@chrisblackwell
Last active October 11, 2015 17:17
Show Gist options
  • Save chrisblackwell/8b67a6ee6d8ff56796c4 to your computer and use it in GitHub Desktop.
Save chrisblackwell/8b67a6ee6d8ff56796c4 to your computer and use it in GitHub Desktop.
Sublime Text User Settings
{
"always_show_minimap_viewport": true,
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"caret_style": "wide",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
".DS_Store",
".tags*",
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.log",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
"*.class",
"*.psd",
"*.db",
"*.pdf"
],
"folder_exclude_patterns":
[
"data",
".vagrant",
".git",
".svn",
".hg",
"CVS",
".sass-cache",
".bundle",
"bundle",
".rbx",
"bin",
"script",
"tmp"
],
"font_face": "Source Code Pro",
"font_options":
[
"gray_antialias"
],
"font_size": 16.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"GitGutter",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 5,
"line_padding_top": 5,
"overlay_scroll_bars": "enabled",
"remember_open_files": false,
"tab_size": 2,
"tabs_medium": true,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"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