Skip to content

Instantly share code, notes, and snippets.

@jeanpierreb
Last active April 28, 2016 16:49
Show Gist options
  • Save jeanpierreb/b242ac87ac0dd06137e7 to your computer and use it in GitHub Desktop.
Save jeanpierreb/b242ac87ac0dd06137e7 to your computer and use it in GitHub Desktop.
User Preferences
{
"always_show_minimap_viewport": false,
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.sublime-workspace",
"*.sublime-project"
],
"folder_exclude_patterns":
[
".vagrant",
".git",
".sass-cache"
],
"font_face": "Fira Code",
"font_options":
[
"gray_antialias"
],
"font_size": 17,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 8,
"line_padding_top": 8,
"margin": 0,
"overlay_scroll_bars": "enabled",
"tab_size": 4,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": false,
"use_simple_full_screen": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment