Skip to content

Instantly share code, notes, and snippets.

@ivanoats
Created April 12, 2013 04:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ivanoats/5369255 to your computer and use it in GitHub Desktop.
Save ivanoats/5369255 to your computer and use it in GitHub Desktop.
sublime user preferences
{
"color_scheme": "Packages/Solarized Color Scheme/Solarized (light).tmTheme",
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
".tags",
".tags_sorted_by_file",
".gemtags",
".DS_Store"
],
"font_face": "Inconsolata",
"font_size": 18.0,
"ignored_packages":
[
],
"save_on_focus_lost": true,
"sublimelinter_executable_map":
{
"ruby": "/Users/ivan/.rvm/bin/ruby"
},
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"vintage_ctrl_keys": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment