Skip to content

Instantly share code, notes, and snippets.

@dan
Last active September 29, 2016 14:19
Show Gist options
  • Star 9 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dan/b1ed38ab6cecf1055bfb to your computer and use it in GitHub Desktop.
Save dan/b1ed38ab6cecf1055bfb 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/Base16 Color Schemes/base16-default.dark.tmTheme",
"detect_indentation": false,
"draw_minimap_border": true,
"draw_white_space": "selection",
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"font_face": "Input Mono",
"font_size": 16,
"gutter": true,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"indent_to_bracket": true,
"line_numbers": true,
"line_padding_bottom": 2,
"line_padding_top": 2,
"material_theme_disable_fileicons": false,
"material_theme_disable_folder_animation": true,
"open_files_in_new_window": true,
"overlay_scroll_bars": "enabled",
"preview_on_click": true,
"remember_full_screen": true,
"rulers":
[
80
],
"save_on_focus_lost": true,
"scroll_past_end": true,
"shift_tab_unindent": true,
"show_full_path": false,
"smart_indent": true,
"soda_classic_tabs": false,
"tab_size": 2,
"theme": "Material-Theme-Darker.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"use_tab_stops": true,
"word_separators": "./\\()\"'-:,.;<>~!@#%^&*|+=[]{}`~?",
"word_wrap": false,
"wrap_width": 80
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment