Skip to content

Instantly share code, notes, and snippets.

@daveygm
Last active October 7, 2015 12:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daveygm/3167918 to your computer and use it in GitHub Desktop.
Save daveygm/3167918 to your computer and use it in GitHub Desktop.
SUBLIME: Preferences
{
"Line_padding_bottom": 1,
"Line_padding_top": 1,
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme",
"font_face": "Source Code Pro",
"font_size": 15,
"highlight_line": true,
"ignored_packages":
[
"Markdown",
"Vintage"
],
"open_files_in_new_window": false,
"spell_check": true,
"theme": "Spacegray.sublime-theme",
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment