Skip to content

Instantly share code, notes, and snippets.

@wayanjimmy
Created March 27, 2014 13:01
Show Gist options
  • Save wayanjimmy/9807057 to your computer and use it in GitHub Desktop.
Save wayanjimmy/9807057 to your computer and use it in GitHub Desktop.
My favorite sublime
{
"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
}
@wayanjimmy
Copy link
Author

  • 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