Skip to content

Instantly share code, notes, and snippets.

@mattpatterson94
Created July 11, 2015 06:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattpatterson94/24db88d16e70bea80e25 to your computer and use it in GitHub Desktop.
Save mattpatterson94/24db88d16e70bea80e25 to your computer and use it in GitHub Desktop.
Sublime Text 3 User Preferences
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"copy_with_empty_selection": false,
"font_size": 12.0,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 5,
"line_padding_top": 5,
"material_theme_small_tab": true,
"overlay_scroll_bars": "disabled",
"show_full_path": true,
"theme": "Material-Theme.sublime-theme",
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment