Last active
September 14, 2021 12:45
-
-
Save maxmckenzie/1d366a504ca2bd5ff5a9841af37498cc to your computer and use it in GitHub Desktop.
Sublime Text user 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
{ | |
"ignored_packages": | |
[ | |
"Vintage", | |
], | |
"theme": "ayu-mirage.sublime-theme", | |
"margin": 2, | |
"tab_size": 2, | |
"translate_tabs_to_spaces": true, | |
"color_scheme": "Packages/ayu/ayu-mirage.sublime-color-scheme", | |
"font_size": 12 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment