Skip to content

Instantly share code, notes, and snippets.

@there4
Created April 12, 2013 20:14
Show Gist options
  • Save there4/5374775 to your computer and use it in GitHub Desktop.
Save there4/5374775 to your computer and use it in GitHub Desktop.
My Sublime User Settings
{
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"font_face": "inconsolata",
"font_size": 16.0,
"scroll_past_end": false,
"rulers":
[
80,
120
],
"shift_tab_unindent": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": "auto",
"theme": "Flatland.sublime-theme",
"color_scheme": "Packages/Color Scheme - Default/Monokai Bright Local.tmTheme"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment