Created
October 30, 2020 12:12
-
-
Save timkaechele/505cea5384b1f6baacd3d3b100e97b12 to your computer and use it in GitHub Desktop.
My 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
{ | |
"caret_extra_width": 1, | |
"color_scheme": "Packages/ayu/ayu-mirage.sublime-color-scheme", | |
"ensure_newline_at_eof_on_save": true, | |
"font_face": "Cascadia Code", | |
"font_options": | |
[ | |
"dlig", | |
"no_italic", | |
"no_bold" | |
], | |
"font_size": 13, | |
"hot_exit": false, | |
"ignored_packages": | |
[ | |
], | |
"index_exclude_patterns": | |
[ | |
"*.log", | |
"node_modules/**/*", | |
"vendor/bundle/**/*" | |
], | |
"line_padding_bottom": 3, | |
"line_padding_top": 3, | |
"overlay_scroll_bars": "enabled", | |
"rulers": | |
[ | |
80, | |
120 | |
], | |
"tab_size": 2, | |
"theme": "Default.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"word_wrap": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment