Created
May 10, 2025 23:47
-
-
Save lordjabez/cf1097a168dfbfd4a556f9e7b0232241 to your computer and use it in GitHub Desktop.
Sublime Text Configuration
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
{ | |
"ensure_newline_at_eof_on_save": true, | |
"font_face": "MonaspaceNeon-Regular", | |
"font_size": 12, | |
"save_on_focus_lost": true, | |
"theme": "Default Dark.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"rulers": [120], | |
"ignored_packages": | |
[ | |
"Vintage", | |
], | |
"color_scheme": "Packages/Theme - Brogrammer/brogrammer.tmTheme", | |
"index_files": false, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment