Last active
February 18, 2021 11:51
-
-
Save darylknight/5576ca4cf086319f35adf5c6f8bd2421 to your computer and use it in GitHub Desktop.
Sublime Text 3 Preferences
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
{ | |
"always_show_minimap_viewport": true, | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme", | |
"detect_indentation": false, | |
"detect_slow_plugins": false, | |
"drag_text": false, | |
"fade_fold_buttons": false, | |
"font_options": | |
[ | |
"gray_antialias" | |
], | |
"font_size": 15, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"line_padding_bottom": 3, | |
"line_padding_top": 3, | |
"material_theme_arrow_folders": true, | |
"mini_diff": "auto", | |
"original_color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme", | |
"overlay_scroll_bars": "enabled", | |
"scroll_past_end": false, | |
"tab_size": 3, | |
"theme": "Material-Theme.sublime-theme", | |
"translate_tabs_to_spaces": false, | |
"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