Skip to content

Instantly share code, notes, and snippets.

@samdbeckham
Created April 18, 2017 08:05
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 samdbeckham/250d2ee4014cd10fb6bab169c85a4704 to your computer and use it in GitHub Desktop.
Save samdbeckham/250d2ee4014cd10fb6bab169c85a4704 to your computer and use it in GitHub Desktop.
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"font_options":
[
"gray_antialias",
"subpixel_antialias"
],
"font_size": 14,
"highlight_line": true,
"hot_exit": true,
"ignored_packages":
[
"CSS"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"overlay_scroll_bars": "enabled",
"rulers":
[
80,
100
],
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_separators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?_"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment