Skip to content

Instantly share code, notes, and snippets.

@evenicoulddoit
Created May 5, 2014 12:24
Show Gist options
  • Save evenicoulddoit/ebbb5f49c2f4624af64e to your computer and use it in GitHub Desktop.
Save evenicoulddoit/ebbb5f49c2f4624af64e to your computer and use it in GitHub Desktop.
Sublime custom settings
{
"theme": "Spacegray.sublime-theme",
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme",
"draw_white_space": "all",
"tab_size": 2,
"translate_tabs_to_spaces": true,
"use_tab_stops": true,
"rulers": [80, 120],
"show_minimap": false,
"caret_style": "smooth",
"ensure_newline_at_eof_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment