Skip to content

Instantly share code, notes, and snippets.

@mikesprague
Last active March 8, 2016 12:44
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 mikesprague/89f1034abd2b3cdbaa36 to your computer and use it in GitHub Desktop.
Save mikesprague/89f1034abd2b3cdbaa36 to your computer and use it in GitHub Desktop.
Sublime: My Default Settings
{
"Seti_SB_bright": true,
"Seti_SB_med": true,
"Seti_no_bar_undertabs": true,
"Seti_tabs_small": true,
"always_show_minimap_viewport": true,
"auto_complete_triggers":
[
{
"characters": "qazwsxedcrfvtgbyhnujmikolpQAZWSXEDCRFVTGBYHNUJMIKOLP",
"selector": "text, source, meta, string, punctuation, constant"
}
],
"auto_indent": true,
"bold_folder_labels": true,
"caret_extra_width": 2,
"caret_style": "phase",
"close_windows_when_empty": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme",
"copy_with_empty_selection": false,
"detect_indentation": true,
"drag_text": false,
"draw_minimap_border": true,
"draw_white_space": "selection",
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"find_selected_text": true,
"findreplace_small": true,
"follow_symlinks": true,
"font_face": "Hack",
"font_options":
[
"subpixel_antialias",
"no_round",
"gray_antialias"
],
"font_size": 8,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"CSS",
"Markdown",
"Material Theme - Appbar",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"indent_to_bracket": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"match_brackets": true,
"match_brackets_angle": true,
"match_brackets_braces": true,
"match_brackets_content": true,
"match_brackets_square": true,
"material_theme_accent_indigo": false,
"material_theme_accent_lime": false,
"material_theme_accent_orange": false,
"material_theme_accent_purple": false,
"material_theme_accent_red": false,
"material_theme_accent_yellow": false,
"material_theme_bold_tab": true,
"material_theme_compact_sidebar": true,
"material_theme_contrast_mode": false,
"material_theme_disable_fileicons": false,
"material_theme_disable_folder_animation": false,
"material_theme_disable_tree_indicator": false,
"material_theme_panel_separator": true,
"material_theme_small_statusbar": true,
"material_theme_small_tab": true,
"material_theme_tabs_autowidth": false,
"material_theme_tabs_separator": true,
"material_theme_tree_headings": true,
"open_files_in_new_window": false,
"overlay_scroll_bars": false,
"preview_on_click": false,
"remember_open_files": true,
"reveal-on-activate": true,
"scroll_past_end": true,
"scroll_speed": 2.0,
"show_full_path": true,
"sidebar_small": true,
"smart_indent": true,
"soda_classic_tabs": false,
"soda_folder_icons": false,
"spell_check": true,
"tab_size": 2,
"tabs_small": true,
"theme": "Material-Theme-Darker.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment