Created
August 2, 2016 04:07
-
-
Save ngurajeka/7b7668180180be551a9e26889e4713a1 to your computer and use it in GitHub Desktop.
Current Sublime Settings
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
{ | |
"auto_complete": false, | |
"color_inactive_tabs": true, | |
"color_scheme": "Packages/Theme - Afterglow/Afterglow-monokai.tmTheme", | |
"draw_white_space": "all", | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS", | |
"node_modules", | |
".idea", | |
".phalcon", | |
".phpintel" | |
], | |
"font_face": "Roboto Mono", | |
"font_size": 15, | |
"line_padding_bottom": 2, | |
"line_padding_top": 2, | |
"hot_exit": false, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"remember_open_files": false, | |
"rulers": | |
[ | |
80 | |
], | |
"tabs_small": true, | |
"theme": "Afterglow.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"word_wrap": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment