Created
March 27, 2014 13:01
-
-
Save wayanjimmy/9807057 to your computer and use it in GitHub Desktop.
My favorite sublime
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
{ | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS", | |
"tmp", | |
".bundle", | |
".sass-cache" | |
], | |
"font_options": | |
[ | |
"no_round" | |
], | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"color_scheme": "Packages/User/base16-ocean.dark (SL).tmTheme", | |
"theme": "Spacegray.sublime-theme", | |
"font_face": "Source Code Pro", | |
"font_size": 9, | |
"highlight_line": true, | |
// The number of spaces a tab is considered equal to | |
"scroll_past_end": true, | |
"tab_size": 4, | |
"tab_completion": false, | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"vintage_start_in_command_mode": true, | |
"word_wrap": true | |
} |
Author
wayanjimmy
commented
Mar 27, 2014
- Install spacegray theme
- copy & paste into your sublime user setting
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment