Skip to content

Instantly share code, notes, and snippets.

@am
Created January 20, 2014 09:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save am/8517509 to your computer and use it in GitHub Desktop.
Save am/8517509 to your computer and use it in GitHub Desktop.
Sublime 3 settings
{
"color_scheme": "Packages/Theme - Spacegray/base16-eighties.dark.tmTheme",
"theme": "Spacegray Eighties.sublime-theme",
"ignored_packages":
[
"Vintage",
"Markdown"
],
"font_face": "Menlo",
"font_size": 12,
"tab_size": 2,
"draw_white_space": "all",
"overlay_scroll_bars": true,
"ensure_newline_at_eof_on_save": true,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"use_simple_full_screen": true,
"wordWrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment