Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save tommydunn/f9a6938fcc2c1edb6b516e82c73ae6bb to your computer and use it in GitHub Desktop.

Select an option

Save tommydunn/f9a6938fcc2c1edb6b516e82c73ae6bb to your computer and use it in GitHub Desktop.
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"caret_extra_bottom": 2,
"caret_extra_top": 2,
"caret_extra_width": 3,
"caret_style": "phase",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"folder_exclude_patterns":
[
".git",
"log",
"tmp",
"node_modules"
],
"font_options":
[
"gray_antialias"
],
"font_size": 15,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"overlay_scroll_bars": "enabled",
"theme": "Material-Theme.sublime-theme",
"trim_trailing_white_space_on_save": true,
"wide_caret": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment