Skip to content

Instantly share code, notes, and snippets.

@mattgrieser
Last active February 21, 2017 19:52
Show Gist options
  • Save mattgrieser/16688d9e838b562fb3704789f364e382 to your computer and use it in GitHub Desktop.
Save mattgrieser/16688d9e838b562fb3704789f364e382 to your computer and use it in GitHub Desktop.
My Sublime Text user settings
{
"always_show_minimap_viewport": true,
"auto_complete_commit_on_tab": true,
"auto_complete_triggers":
[
{
"characters": "<",
"selector": "text.html"
},
{
"characters": ".",
"selector": "source.sql"
}
],
"auto_indent": true,
"auto_match_enabled": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Color Scheme - Default/Solarized (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": 14,
"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": "Soda SolarizedDark.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