Last active
September 17, 2015 18:34
-
-
Save RJNY/0db2e990f7935b7f9388 to your computer and use it in GitHub Desktop.
sublime_defaults
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
{ | |
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night-Eighties.tmTheme", | |
"ensure_newline_at_eof_on_save": true, | |
"font_face": "inconsolata", | |
"font_size": 19, | |
"ignored_packages": | |
[ | |
"Vintage", | |
"Markdown" | |
], | |
"overlay_scroll_bars": "enabled", | |
"save_on_focus_lost": true, | |
"tab_size": 2, | |
"theme": "Numix Dark Blue.sublime-theme" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment