Skip to content

Instantly share code, notes, and snippets.

@oliverlundquist
Created October 29, 2015 06:00
Show Gist options
  • Save oliverlundquist/bf345ef3eb06bd02cb0d to your computer and use it in GitHub Desktop.
Save oliverlundquist/bf345ef3eb06bd02cb0d to your computer and use it in GitHub Desktop.
sublime user settings
{
"color_scheme": "Packages/Colorsublime - Themes/Github.tmTheme",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"font_size": 13,
"ignored_packages":
[
"Vintage"
],
"trim_automatic_white_space": false,
"trim_trailing_white_space_on_save": true,
"scroll_past_end": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment