Skip to content

Instantly share code, notes, and snippets.

@ericgreene
Last active December 23, 2015 09:59
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 ericgreene/6618240 to your computer and use it in GitHub Desktop.
Save ericgreene/6618240 to your computer and use it in GitHub Desktop.
Sublime text user settings
{
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"font_size": 17.0,
"ignored_packages":
[
"SublimeCodeIntel",
"Vintage"
],
"rulers":
[
119
],
"save_on_focus_lost": true,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"auto_complete_commit_on_tab": true,
"auto_complete_with_fields": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment