Skip to content

Instantly share code, notes, and snippets.

@DevJMD
Created November 28, 2016 08:55
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 DevJMD/e7d7a58388bfd612fc578e8d78870c8d to your computer and use it in GitHub Desktop.
Save DevJMD/e7d7a58388bfd612fc578e8d78870c8d to your computer and use it in GitHub Desktop.
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"file_exclude_patterns":
[
".DS_Store"
],
"folder_exclude_patterns":
[
"node_modules",
".git",
"dist",
"dev",
".vagrant",
".phpintel",
"android",
"ios",
".next"
],
"font_face": "Fira Mono",
"font_options":
[
"gray_antialias",
"subpixel_antialias"
],
"font_size": 16,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 1.1,
"line_padding_top": 1.1,
"material_theme_accent_cyan": true,
"material_theme_accent_red": true,
"material_theme_compact_panel": true,
"material_theme_compact_sidebar": true,
"material_theme_panel_separator": true,
"material_theme_small_statusbar": true,
"material_theme_small_tab": true,
"material_theme_tabs_autowidth": true,
"material_theme_tabs_separator": true,
"material_theme_tree_headings": true,
"overlay_scroll_bars": "enabled",
"theme": "Material-Theme.sublime-theme",
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment