Skip to content

Instantly share code, notes, and snippets.

@HeroicEric
Created June 18, 2012 15:12
Show Gist options
  • Save HeroicEric/2948852 to your computer and use it in GitHub Desktop.
Save HeroicEric/2948852 to your computer and use it in GitHub Desktop.
Sublime Text 2 Settings
{
"caret_style": "smooth",
"color_scheme": "Packages/Color Scheme - Default/WildberryFresh.tmTheme",
"font_face": "Menlo",
"font_size": 15.0,
"highlight_line": true,
"ignored_packages":
[
],
"show_tab_lose_buttons": false,
"sublimelinter": false,
"sublimelinter_executable_map":
{
"ruby": "/Users/eric/.rvm/rubies/ruby-1.9.3-p0/bin/ruby"
},
"tab_size": 2,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_separators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?_",
"word_wrap": "false"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment