Skip to content

Instantly share code, notes, and snippets.

@sebastianvera
Created February 17, 2014 21:35
Show Gist options
  • Save sebastianvera/9059673 to your computer and use it in GitHub Desktop.
Save sebastianvera/9059673 to your computer and use it in GitHub Desktop.
sublime users settings
{
"auto_indent": true,
"color_scheme": "Packages/Theme - Spacegray/base16-eighties.dark.tmTheme",
"drag_text": false,
"ensure_newline_at_eof_on_save": true,
"font_face": "Consolas",
"font_size": 13,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
80
],
"show_minimap": false,
"tab_size": 2,
"theme": "Spacegray Eighties.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_separators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment