Skip to content

Instantly share code, notes, and snippets.

@torsday
Created September 1, 2013 18:47
Show Gist options
  • Save torsday/6406417 to your computer and use it in GitHub Desktop.
Save torsday/6406417 to your computer and use it in GitHub Desktop.
Sublime Settings
{
"color_scheme": "Packages/Color Scheme - Default/Solarized (Dark).tmTheme",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"font_face": "Inconsolata",
"font_size": 15.0,
"ignored_packages":
[
"Vintage"
],
"scroll_past_end": true,
"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