Skip to content

Instantly share code, notes, and snippets.

@jednano
Created June 21, 2013 17:47
Show Gist options
  • Save jednano/5832959 to your computer and use it in GitHub Desktop.
Save jednano/5832959 to your computer and use it in GitHub Desktop.
In Sublime Text 2, select Preferences >> Settings – User
{
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"ensure_newline_at_eof_on_save": true,
"font_size": 14,
"highlight_line": true,
"ignored_packages": ["Vintage"],
"rulers": [80, 120],
"shift_tab_unindent": true,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"wrap_width": 120
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment