Skip to content

Instantly share code, notes, and snippets.

@roulette6
Last active November 21, 2016 14:58
Show Gist options
  • Save roulette6/1bd90d5b686d4d2c3079 to your computer and use it in GitHub Desktop.
Save roulette6/1bd90d5b686d4d2c3079 to your computer and use it in GitHub Desktop.
Settings for ST3 after installing Material Theme
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"caret_extra_bottom": 2,
"caret_extra_top": 2,
"caret_extra_width": 2,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"default_line_ending": "unix",
"flatland_sidebar_tree_medium": true,
"font_face": "inconsolata",
"font_size": 14,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Markdown",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"match_brackets": true,
"match_brackets_angle": true,
"match_brackets_braces": true,
"match_brackets_content": true,
"match_brackets_square": true,
"material_theme_accent_acid-lime": true,
"tab_size": 4,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"wide_caret": true,
"word_wrap": "auto"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment