Last active
May 24, 2021 08:07
-
-
Save thijskok/aae869272724420a7ae3fc268f60f7ea to your computer and use it in GitHub Desktop.
My Sublime preferences
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
Show hidden characters
// Settings in here override those in "Default/Preferences.sublime-settings", | |
// and are overridden in turn by syntax-specific settings. | |
{ | |
"added_words": | |
[ | |
"Laravel" | |
], | |
"caret_style": "phase", | |
"color_scheme": "Packages/Color Scheme - Default/Mariana.sublime-color-scheme", | |
"create_window_at_startup": false, | |
"ensure_newline_at_eof_on_save": true, | |
"font_face": "IBM Plex Mono", | |
"font_options": | |
[ | |
"gray_antialias" | |
], | |
"font_size": 14, | |
"ignored_packages": | |
[ | |
"Vintage", | |
], | |
"hardware_acceleration": "opengl", | |
"highlight_gutter": false, | |
"line_padding_bottom": 4, | |
"line_padding_top": 4, | |
"save_on_focus_lost": true, | |
"show_panel_on_build": false, | |
"show_git_status_in_status_bar": false, | |
"theme": "Default Dark.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"word_wrap": false, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment