Skip to content

Instantly share code, notes, and snippets.

@lordjabez
Last active October 5, 2025 01:16
Show Gist options
  • Save lordjabez/512c38fdae73b09193895d53f80bc55e to your computer and use it in GitHub Desktop.
Save lordjabez/512c38fdae73b09193895d53f80bc55e to your computer and use it in GitHub Desktop.
Sublime Text Configuration
{
"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