Created
February 14, 2017 06:39
-
-
Save ngurajeka/8f02c7b9581342311b552cf1286c0cb3 to your computer and use it in GitHub Desktop.
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
{ | |
"auto_complete": true, | |
"color_inactive_tabs": true, | |
"color_scheme": "Packages/Zeus/Sublime Text/Zeus-Sublime-Text.tmTheme", | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS", | |
"node_modules", | |
"bower_components", | |
".idea", | |
".phalcon", | |
".phpintel" | |
], | |
"font_face": "Go Mono", | |
"font_size": 14, | |
"hot_exit": false, | |
"ignored_packages": | |
[ | |
"Javascript", | |
"Vintage" | |
], | |
"line_padding_bottom": 1, | |
"line_padding_top": 1, | |
"remember_open_files": false, | |
"rulers": | |
[ | |
80 | |
], | |
"soda_classic_tabs": false, | |
"soda_folder_icons": true, | |
"tab_size": 4, | |
"tabs_small": true, | |
"theme": "Brogrammer.sublime-theme", | |
"translate_tabs_to_spaces": false, | |
"word_wrap": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment