Skip to content

Instantly share code, notes, and snippets.

@bensheldon
Created April 9, 2013 20:52
Show Gist options
  • Save bensheldon/5349295 to your computer and use it in GitHub Desktop.
Save bensheldon/5349295 to your computer and use it in GitHub Desktop.
Sublime -> Preferences -> "Settings - User"
{
"ensure_newline_at_eof_on_save": true,
"font_size": 14.0,
"ignored_packages":
[
"Vintage"
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment