Skip to content

Instantly share code, notes, and snippets.

@kegonomics
Created November 25, 2020 16:53
Show Gist options
  • Save kegonomics/f6a419cd1d663ee01e6916247c593b4e to your computer and use it in GitHub Desktop.
Save kegonomics/f6a419cd1d663ee01e6916247c593b4e to your computer and use it in GitHub Desktop.
My Sublime User Settings - Mac
{
"always_show_minimap_viewport": true,
"animation_enabled": true,
"auto_close_tags": true,
"auto_complete_delay": 50,
"auto_find_in_selection": true,
"auto_indent": true,
"auto_match_enabled": true,
"bold_folder_labels": true,
"caret_extra_bottom": 3,
"caret_extra_top": 3,
"caret_extra_width": 1,
"caret_style": "wide",
"close_windows_when_empty": false,
"color_scheme": "Packages/Monokai - Spacegray/Monokai - Spacegray Eighties.tmTheme",
"copy_with_empty_selection": false,
"detect_indentation": true,
"drag_text": false,
"draw_indent_guides": true,
"draw_minimap_border": false,
"draw_white_space": "selection",
"fade_fold_buttons": true,
"find_selected_text": false,
"fold_buttons": true,
"font_face": "Hack",
"font_options":
[
"subpixel_antialias"
],
"font_size": 14,
"gravity_highlight_color_blue": true,
"gravity_selected_tab_bold": true,
"gravity_sidebar_header": true,
"gravity_tab_height_short": true,
"gravity_title_bar": true,
"gutter": true,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"indent_subsequent_lines": true,
"indent_to_bracket": true,
"line_numbers": true,
"line_padding_bottom": 1,
"line_padding_top": 0,
"margin": 4,
"match_brackets": true,
"match_brackets_angle": true,
"match_brackets_braces": true,
"match_brackets_content": true,
"match_brackets_square": true,
"match_selection": true,
"match_tags": false,
"overlay_scroll_bars": "enabled",
"scroll_past_end": false,
"scroll_speed": 1.0,
"shift_tab_unindent": true,
"show_encoding": true,
"show_line_endings": true,
"smart_indent": true,
"status_bar_brighter": true,
"tab_size": 4,
"tabs_padding_small": true,
"tabs_small": true,
"theme": "Gravity.sublime-theme",
"translate_tabs_to_spaces": true,
"tree_animation_enabled": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true,
"use_tab_stops": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment