Skip to content

Instantly share code, notes, and snippets.

@lordjabez
Created May 10, 2025 23:47
Show Gist options
  • Save lordjabez/cf1097a168dfbfd4a556f9e7b0232241 to your computer and use it in GitHub Desktop.
Save lordjabez/cf1097a168dfbfd4a556f9e7b0232241 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