Created
February 7, 2019 20:35
-
-
Save bolinocroustibat/2cd5a1bcd1068754ac108ab32cc985ad to your computer and use it in GitHub Desktop.
Preferences.sublime-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
Show hidden characters
{ | |
"always_show_minimap_viewport": true, | |
"draw_white_space": "all", | |
"font_size": 14, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"open_files_in_new_window": false, | |
"show_encoding": true, | |
"theme": "Adaptive.sublime-theme", | |
"word_wrap": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment