Created
August 22, 2019 16:21
-
-
Save evancz/1eef86cc99632e15a8f4d793bbda3d1f to your computer and use it in GitHub Desktop.
my settings for Sublime Text
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
Show hidden characters
{ | |
"color_scheme": "Monokai.sublime-color-scheme", | |
"ensure_newline_at_eof_on_save": true, | |
"fold_buttons": false, | |
"font_face": "Inconsolata", | |
"font_size": 16, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"mini_diff": false, | |
"scroll_past_end": true, | |
"show_definitions": false, | |
"show_git_status": false, | |
"theme": "Adaptive.sublime-theme", | |
"trim_trailing_white_space_on_save": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment