Last active
May 3, 2022 09:39
-
-
Save maqboolkhan/8f2e574409a3710875cd31e1086e867b to your computer and use it in GitHub Desktop.
My Preferences Sublime Text 3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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