Skip to content

Instantly share code, notes, and snippets.

@jrob00
Created July 16, 2012 21:25
Show Gist options
  • Save jrob00/3125165 to your computer and use it in GitHub Desktop.
Save jrob00/3125165 to your computer and use it in GitHub Desktop.
current sublime 2 settings
{
"auto_indent": true,
"caret_style": "phase",
"color_scheme": "Packages/Color Scheme - Default/LAZY.tmTheme",
"drag_text": false,
"find_selected_text": true,
"font_face": "Inconsolata",
"font_size": 13,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"overlay_scroll_bars": "system",
"tab_size": 4,
"translate_tabs_to_spaces": false,
"trim_automatic_white_space": false,
"word_wrap": "true",
"word_separators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?_"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment