Skip to content

Instantly share code, notes, and snippets.

@JorgenHookham
Created December 3, 2014 18:15
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 JorgenHookham/d737e272784a611fb056 to your computer and use it in GitHub Desktop.
Save JorgenHookham/d737e272784a611fb056 to your computer and use it in GitHub Desktop.
Sublime Config
{
"ignored_packages":["Vintage"],
"theme": "Spacegray.sublime-theme",
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme",
"tab_size": 4,
"translate_tabs_to_spaces": true,
"word_wrap": false,
"draw_white_space": "all",
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment