Created
March 30, 2025 14:14
-
-
Save ericjeker/40434d1db9b1287b9f48f7d09996e5ce to your computer and use it in GitHub Desktop.
Sublime Default Settings
This file contains 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
{ | |
"theme": "Adaptive.sublime-theme", | |
"color_scheme": "Packages/Dracula Pro/Dracula Pro.tmTheme", | |
"ignored_packages": | |
[ | |
"Vintage", | |
], | |
"index_files": true, | |
"font_size": 14, | |
"font_face": "Jetbrains Mono", | |
"line_padding_top": 4, | |
"line_padding_bottom": 4, | |
"save_on_focus_lost": true, | |
"highlight_line": true, | |
"caret_style": "phase", | |
"caret_extra_width": 2, | |
"trim_trailing_white_space_on_save": true, | |
"ensure_newline_at_eof_on_save": true, | |
"default_line_ending": "unix", | |
"show_tab_close_buttons": false, | |
"show_line_endings": true, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment