Skip to content

Instantly share code, notes, and snippets.

@yavallejo
Created September 16, 2015 16:58
Show Gist options
  • Save yavallejo/cbfe93e7d20f8ee77fa0 to your computer and use it in GitHub Desktop.
Save yavallejo/cbfe93e7d20f8ee77fa0 to your computer and use it in GitHub Desktop.
Setting Sublime Text
{
"always_show_minimap_viewport": true,
"auto_complete_selector": "source, text",
"bold_folder_labels": true,
"color_inactive_tabs": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"draw_white_space": "all",
"font_size": 12,
"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,
"material_theme_accent_lime": true,
"overlay_scroll_bars": "enabled",
"save_on_focus_lost": true,
"scroll_past_end": true,
"sidebar_row_padding_medium": true,
"sidebar_size_13": true,
"status_bar_brighter": true,
"tabs_medium": true,
"theme": "Material-Theme.sublime-theme",
"trim_trailing_white_space_on_save": true,
"wide_caret": true,
"word_separators": "./\\()\"':,.;<>~!@#$%^&*|+=[]{}`~?",
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment