Skip to content

Instantly share code, notes, and snippets.

@fernandosouza
Last active May 1, 2016 01:05
Show Gist options
  • Save fernandosouza/dd42eab56cd4979792f2434cbf338530 to your computer and use it in GitHub Desktop.
Save fernandosouza/dd42eab56cd4979792f2434cbf338530 to your computer and use it in GitHub Desktop.
Sublime Text 3 User Preference
{
/* theme options */
"color_scheme": "Packages/Theme - Cobalt2/cobalt2.tmTheme",
"theme": "Cobalt2.sublime-theme",
"highlight_line": true,
"indent_guide_options": [ "draw_normal", "draw_active" ],
"highlight_modified_tabs": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"wide_caret": true,
"caret_extra_bottom": 2,
"caret_extra_top": 2,
"caret_extra_width": -1,
"caret_style": "phase",
"bold_folder_labels": true,
/* theme side bar options */
// "sidebar_font_big": true,
"sidebar_font_small": true,
"sidebar_medium": true,
// "sidebar_large": true,
// "sidebar_xlarge": true,
"file_exclude_patterns":
[
"*.lib",
".DS_Store",
"*.suo",
"*.sdf",
"*.db",
"*.dylib",
"*.o",
"*.dll",
"*.psd",
"*.a",
"*.pyc",
"*.idb",
"*.exe",
"*.class",
"*.pyo",
"*.obj",
"*.so",
"*.ncb",
"*.pdb",
"*.sublime-workspace"
],
"folder_exclude_patterns":
[
".git",
".svn",
"CVS",
".hg"
],
"font_size": 14,
"ignored_packages":
[
"Vintage"
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment