Skip to content

Instantly share code, notes, and snippets.

@ritcheyer
Created August 13, 2015 15:52
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 ritcheyer/4fba01dc7171fb177aae to your computer and use it in GitHub Desktop.
Save ritcheyer/4fba01dc7171fb177aae to your computer and use it in GitHub Desktop.
{
"always_show_minimap_viewport": true,
"auto_indent": true,
"auto_match_enabled": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme",
"draw_minimap_border": true,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"font_face": "Roboto Mono",
"font_size": 12.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"indent_subsequent_lines": true,
"indent_to_bracket": true,
"line_padding_bottom": 3,
"line_padding_top": 3,
"match_brackets": true,
"match_brackets_content": true,
"match_brackets_square": true,
"match_bracktets_angle": true,
"match_bracktets_braces": true,
"overlay_scroll_bars": "enabled",
"rulers":
[
80
],
"save_on_focus_lost": true,
"scroll_past_end": true,
"show_full_path": true,
"show_tab_close_buttons": true,
"tab_size": 4,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"word_wrap": false,
"wrap_width": 80
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment