Skip to content

Instantly share code, notes, and snippets.

@Melonangie
Created February 23, 2024 15:34
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 Melonangie/78fb240aac837488a6a5791b155e98ce to your computer and use it in GitHub Desktop.
Save Melonangie/78fb240aac837488a6a5791b155e98ce to your computer and use it in GitHub Desktop.
Setup sublime personal config
{
"font_face": "",
"font_size": 11,
"font_options": ["gray_antialias", "subpixel_antialias"],
"word_separators": "./\\()\\'-:,.;<>~!@#%^&*|+=[]{}`~?",
"margin": 0,
"fade_fold_buttons": false,
"rulers": [80],
"ruler_style": "solid",
"spell_check": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"draw_minimap_border": true,
"always_show_minimap_viewport": true,
"minimap_horizontal_scrolling": true,
"highlight_line": true,
"caret_style": "phase",
"line_padding_top": 1,
"line_padding_bottom": 1,
"draw_white_space": ["all"],
"indent_guide_options": ["draw_normal", "draw_active", "solid"],
"ensure_newline_at_eof_on_save": true,
"auto_complete_delay": 10,
"auto_complete_commit_on_tab": true,
"auto_complete_with_fields": true,
"shift_tab_unindent": true,
"tree_animation_enabled": false,
"animation_enabled": false,
"highlight_modified_tabs": true,
"bold_folder_labels": true,
"overlay_scroll_bars": "disabled",
"enable_tab_scrolling": false,
"hide_tab_scrolling_buttons": true,
"show_encoding": true,
"show_line_endings": true,
"show_indentation": true,
"show_project_first": true,
"ignored_packages":
[
"Vintage",
],
"color_scheme": "Packages/Dayle Rees Color Schemes/sublime/contrast/freshcut-contrast.tmTheme",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment