Last active
July 3, 2021 20:57
-
-
Save tomdaley92/2eeb858ce68ceae859eb1769859287ff to your computer and use it in GitHub Desktop.
Sublime Text 4 Settings
This file contains hidden or 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
{ | |
"close_windows_when_empty": false, | |
"color_scheme": "Packages/Color Scheme - Default/Monokai.sublime-color-scheme", | |
"default_line_ending": "unix", | |
"drag_text": false, | |
"ensure_newline_at_eof_on_save": true, | |
"font_face": "Consolas", | |
"font_options": | |
[ | |
"subpixel_antialias" | |
], | |
"font_size": 10, | |
"ignored_packages": | |
[ | |
"Vintage", | |
], | |
"theme": "Adaptive.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"ui_scale": 1.15, | |
"hardware_acceleration": "opengl", | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment