Skip to content

Instantly share code, notes, and snippets.

@rpietro
Created December 19, 2013 03:27
Show Gist options
  • Save rpietro/8033983 to your computer and use it in GitHub Desktop.
Save rpietro/8033983 to your computer and use it in GitHub Desktop.
my sublime user preferences
{
"auto_complete": true,
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"dictionary": "Packages/Languages/en_US.dic",
"font_size": 13.0,
"ignored_packages":
[
"Vintage",
"WordCount",
"View In Browser"
],
"keymaps":
{
"show_osx_keys": true
},
"rulers":
[
80
],
"spellCheck": true,
"spell_check": true,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"word_wrap": true,
"enable_live_count": true,
"default_encoding": "UTF-8"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment