Skip to content

Instantly share code, notes, and snippets.

@maqboolkhan
Last active May 3, 2022 09:39
Show Gist options
  • Save maqboolkhan/8f2e574409a3710875cd31e1086e867b to your computer and use it in GitHub Desktop.
Save maqboolkhan/8f2e574409a3710875cd31e1086e867b to your computer and use it in GitHub Desktop.
My Preferences Sublime Text 3
{
"bold_folder_labels": true,
"caret_style": "phase",
"detect_slow_plugins": false,
"font_face": "Operator Mono SSm Lig",
"font_size": 15.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage",
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 5,
"line_padding_top": 5,
"match_brackets_angle": true,
"overlay_scroll_bars": "enabled",
"preview_on_click": false,
"spell_check": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment