Last active
October 5, 2025 01:16
-
-
Save lordjabez/512c38fdae73b09193895d53f80bc55e 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