Skip to content

Instantly share code, notes, and snippets.

@orendon
Last active December 25, 2015 07:59
Show Gist options
  • Save orendon/6943359 to your computer and use it in GitHub Desktop.
Save orendon/6943359 to your computer and use it in GitHub Desktop.
Preferences.sublime-settings
{
"color_scheme": "Packages/Theme - Spacegray/base16-eighties.dark.tmTheme",
"ignored_packages":
[
"Vintage"
],
"theme": "Spacegray Eighties.sublime-theme",
"highlight_modified_tabs": true,
"highlight_line": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"vintage_start_in_command_mode": false,
"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