Skip to content

Instantly share code, notes, and snippets.

@handerson
Created August 15, 2011 19:17
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 handerson/1147499 to your computer and use it in GitHub Desktop.
Save handerson/1147499 to your computer and use it in GitHub Desktop.
My Sublime Text 2 settings file
{
"color_scheme": "Packages/Color Scheme - Default/Novel.tmTheme",
"font_size": 12,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"rulers": [80],
"font_face": "Inconsolata",
"word_wrap": true,
"wrap_width":80
}
{
"theme": "Soda Light.sublime-theme",
"ignored_packages": [], // include Vintage (Vim) Mode
"vintage_start_in_command_mode": true,
"use_simple_full_screen": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment