-
-
Save handicraftsman/2e2b50706442321f4e27dd4b9f7a0553 to your computer and use it in GitHub Desktop.
My sublime text 3 config
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
{ | |
"close_windows_when_empty": false, | |
"color_scheme": "Packages/Boxy Theme/schemes/Boxy Tomorrow.tmTheme", | |
"font_face": "Fira Mono", | |
"font_size": 9, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"preview_on_click": false, | |
"show_encoding": true, | |
"show_line_endings": true, | |
"tab_size": 2, | |
"theme": "Boxy Tomorrow.sublime-theme", | |
"translate_tabs_to_spaces": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment