Skip to content

Instantly share code, notes, and snippets.

@dezinezync
Last active October 15, 2015 15:57
Show Gist options
  • Select an option

  • Save dezinezync/8799905 to your computer and use it in GitHub Desktop.

Select an option

Save dezinezync/8799905 to your computer and use it in GitHub Desktop.
Sublime Text 3 Preferred Settings
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme",
"font_face": "Roboto Mono",
"font_size": 13,
"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-Darker.sublime-theme",
"word_wrap": true,
"tab_size": 4,
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment